Syntax error in shell command
authorkaashoek <none@none>
Wed, 3 Feb 1988 10:58:52 +0000 (10:58 +0000)
committerkaashoek <none@none>
Wed, 3 Feb 1988 10:58:52 +0000 (10:58 +0000)
util/ceg/util/create_ofiles

index 47d8311..d403989 100644 (file)
@@ -1,7 +1,7 @@
 for i in *.c
 do
   b=`basename $i .c`
-  if test !( -f $b.o) 
+  if test ! -f $b.o 
   then
        >$b.o
        touch $i