shithub: riscv

Download patch

ref: 678db0fbb1c201417047c7f4a33609549ab54ffe
parent: e02e4045f2cbdf212fe47534a3302a76f976c322
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)