From 9016e089429bca1937cffa11b16e3140ee9b1582 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 11 Dec 2007 23:45:31 +0000 Subject: [PATCH] A couple of tweaks git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7896 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/prog.header | 4 +--- tools/build/buildshorewall | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Shorewall-perl/prog.header b/Shorewall-perl/prog.header index 2f4a17ec4..f324c1139 100644 --- a/Shorewall-perl/prog.header +++ b/Shorewall-perl/prog.header @@ -119,10 +119,8 @@ qt1() while [ 1 ]; do "$@" >/dev/null 2>&1 status=$? - [ $status -ne 4 ] && break + [ $status -ne 4 ] && return $status done - - return $status } # diff --git a/tools/build/buildshorewall b/tools/build/buildshorewall index 77b62a5e3..189f095e2 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -37,8 +37,8 @@ # # If no options are given, all options are assumed. # -# If is given, a patch file reflecting the differences -# between that version and the current version ( ) is +# If is given, patch files reflecting the differences +# between that version and the current version ( ) are generated # generated. The directory ./shorewall- must exist and # contain the version against which the patch is generated. ################################################################################