exit when compilation fails

This commit is contained in:
ceriel 1987-01-19 10:33:24 +00:00
parent 4e17f5b9a5
commit 035c115ca8

View file

@ -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