From: kaashoek Date: Wed, 3 Feb 1988 10:58:52 +0000 (+0000) Subject: Syntax error in shell command X-Git-Tag: release-5-5~3626 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4ec4554fa5901280679b964cb4c64c5ef200aab8;p=ack.git Syntax error in shell command --- diff --git a/util/ceg/util/create_ofiles b/util/ceg/util/create_ofiles index 47d8311bb..d40398995 100644 --- a/util/ceg/util/create_ofiles +++ b/util/ceg/util/create_ofiles @@ -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