Run $RANLIB if the shell variable is set.
authorkeie <none@none>
Mon, 17 Dec 1984 15:50:02 +0000 (15:50 +0000)
committerkeie <none@none>
Mon, 17 Dec 1984 15:50:02 +0000 (15:50 +0000)
util/shf/march.sh

index 9c7fa38..8d76d3a 100755 (executable)
@@ -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