Re-ordered for incompatible Linux shell

This commit is contained in:
ceriel 1995-08-15 14:59:28 +00:00
parent f8cbcf1b4f
commit 32bcf11ab9

View file

@ -9,7 +9,7 @@ esac
errors=no errors=no
if test -r $1/LIST if test -r $1/LIST
then then
<$1/LIST ( (
read archname read archname
if test -r $1/$archname if test -r $1/$archname
then then
@ -47,7 +47,7 @@ then
echo $2 not made, due to compilation errors echo $2 not made, due to compilation errors
exit 1 exit 1
fi fi
) ) < $1/LIST
else else
echo no LIST file in directory $1 echo no LIST file in directory $1
exit 1 exit 1