Re-ordered for incompatible Linux shell
authorceriel <none@none>
Tue, 15 Aug 1995 14:59:28 +0000 (14:59 +0000)
committerceriel <none@none>
Tue, 15 Aug 1995 14:59:28 +0000 (14:59 +0000)
util/shf/march.sh

index 53b7f74..73bf945 100755 (executable)
@@ -9,7 +9,7 @@ esac
 errors=no
 if test -r $1/LIST
 then
-  <$1/LIST (
+  (
     read archname
     if test -r $1/$archname
     then 
@@ -47,7 +47,7 @@ then
       echo $2 not made, due to compilation errors
       exit 1
     fi
-  )
+  ) < $1/LIST
 else
   echo no LIST file in directory $1
   exit 1