Syntax error in shell command

This commit is contained in:
kaashoek 1988-02-03 10:58:52 +00:00
parent 474b2eb453
commit 4ec4554fa5

View file

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