From 4ec4554fa5901280679b964cb4c64c5ef200aab8 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 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 -- 2.34.1