From: keie Date: Mon, 17 Dec 1984 15:50:02 +0000 (+0000) Subject: Run $RANLIB if the shell variable is set. X-Git-Tag: release-5-5~5852 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8c874d4632318b691289f9b986fc896d8103e24e;p=ack.git Run $RANLIB if the shell variable is set. --- diff --git a/util/shf/march.sh b/util/shf/march.sh index 9c7fa3882..8d76d3af0 100755 --- a/util/shf/march.sh +++ b/util/shf/march.sh @@ -38,6 +38,7 @@ then if test $errors = no then ${ASAR-arch} cr $2 $OFILES + ${RANLIB-:} $2 rm $OFILES else echo $2 not made, due to compilation errors