Syntax error in shell command
This commit is contained in:
parent
474b2eb453
commit
4ec4554fa5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue