git: 9front

Download patch

ref: c88b400a317f1660934bb8068d5948c556b22076
parent: 353919f1d0ca16e815048ffc34ecefd61ef4f126
author: stanley lieber <stanley.lieber@gmail.com>
date: Tue Oct 28 20:20:41 EDT 2014

newt: delete lines

--- a/rc/bin/newt
+++ b/rc/bin/newt
@@ -301,12 +301,9 @@
 		echo post: $post
 		echo r: $r
 	case *
-		if(~ $post $posts(1) && ~ $#go 0){
-			go=1
+		if(~ $post $posts(1) && ~ $#go 0)
 			p $post
-		}
 		if not if(! ~ $post $posts($#posts)){
-			go=1
 			post=`{echo $post^+1 | bc}
 			if(test $post -gt $posts($#posts))
 				post=$posts($#posts)
--