From 8c874d4632318b691289f9b986fc896d8103e24e Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 17 Dec 1984 15:50:02 +0000 Subject: [PATCH] Run $RANLIB if the shell variable is set. --- util/shf/march.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1