From: sater Date: Thu, 19 Jul 1984 14:55:12 +0000 (+0000) Subject: Archive made with archiver in environment ASAR if set, arch otherwise X-Git-Tag: release-5-5~6160 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3b991bd1ceb483c320229b1f175cd62f9cd7b2c9;p=ack.git Archive made with archiver in environment ASAR if set, arch otherwise --- diff --git a/util/shf/march.sh b/util/shf/march.sh index 08847cd02..9c7fa3882 100755 --- a/util/shf/march.sh +++ b/util/shf/march.sh @@ -37,7 +37,7 @@ then fi if test $errors = no then - arch cr $2 $OFILES + ${ASAR-arch} cr $2 $OFILES rm $OFILES else echo $2 not made, due to compilation errors