From: ceriel Date: Wed, 18 Sep 1991 18:39:11 +0000 (+0000) Subject: minor changes X-Git-Tag: release-5-5~856 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f84b365280c9c339bea224944b009f581d84bdb4;p=ack.git minor changes --- diff --git a/util/shf/march.sh b/util/shf/march.sh index 8d76d3af0..f2354925b 100755 --- a/util/shf/march.sh +++ b/util/shf/march.sh @@ -27,6 +27,7 @@ then else while read file do + echo $file: 1>&2 suffix=`expr $file : '.*\(\..*\)'` ofile=`$makecmd $1/$file $suffix` if test $? != 0 @@ -37,9 +38,10 @@ then fi if test $errors = no then - ${ASAR-arch} cr $2 $OFILES - ${RANLIB-:} $2 - rm $OFILES + if ${ASAR-arch} cr $2 $OFILES && ${RANLIB-:} $2 + then + rm $OFILES + fi else echo $2 not made, due to compilation errors exit 1