From 678db0fbb1c201417047c7f4a33609549ab54ffe Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Wed, 29 Oct 2014 00:20:41 -0400 Subject: newt: delete lines --- rc/bin/newt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'rc/bin/newt') diff --git a/rc/bin/newt b/rc/bin/newt index 26f0f8e8c..5bee96080 100755 --- a/rc/bin/newt +++ b/rc/bin/newt @@ -301,12 +301,9 @@ while(){ 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) -- cgit v1.2.3