From: ceriel Date: Tue, 15 Aug 1995 14:59:28 +0000 (+0000) Subject: Re-ordered for incompatible Linux shell X-Git-Tag: release-5-5~98 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=32bcf11ab90b19f426ad87df7982392632076320;p=ack.git Re-ordered for incompatible Linux shell --- diff --git a/util/shf/march.sh b/util/shf/march.sh index 53b7f7407..73bf9453b 100755 --- a/util/shf/march.sh +++ b/util/shf/march.sh @@ -9,7 +9,7 @@ esac errors=no if test -r $1/LIST then - <$1/LIST ( + ( read archname if test -r $1/$archname then @@ -47,7 +47,7 @@ then echo $2 not made, due to compilation errors exit 1 fi - ) + ) < $1/LIST else echo no LIST file in directory $1 exit 1