From: ceriel Date: Mon, 19 Jan 1987 10:36:27 +0000 (+0000) Subject: exit on compilation error X-Git-Tag: release-5-5~4970 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4dda9a51830ae42bf157c58993a5202b3647fe51;p=ack.git exit on compilation error --- diff --git a/mach/ns/libbc/compmodule b/mach/ns/libbc/compmodule index 6b9643943..846ba6f1e 100755 --- a/mach/ns/libbc/compmodule +++ b/mach/ns/libbc/compmodule @@ -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