From 8aca7d649c0ac4e328eee3585b0ad18b4b2c8cac Mon Sep 17 00:00:00 2001 From: kaashoek Date: Wed, 3 Feb 1988 10:58:52 +0000 Subject: [PATCH] Syntax error in shell command --- util/ceg/util/create_ofiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ceg/util/create_ofiles b/util/ceg/util/create_ofiles index 47d8311b..d4039899 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