exit on compilation error
This commit is contained in:
parent
035c115ca8
commit
4dda9a5183
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
|
||||
then echo `basename $1 $2`.o
|
||||
else rm -f `basename $1 $2`.o
|
||||
else exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue