From 309ed81674a7eb1d29bd0333a04c15f20ea9515a Mon Sep 17 00:00:00 2001 From: sater Date: Thu, 19 Jul 1984 14:55:12 +0000 Subject: [PATCH] Archive made with archiver in environment ASAR if set, arch otherwise --- util/shf/march.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/shf/march.sh b/util/shf/march.sh index 08847cd0..9c7fa388 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