From: ceriel Date: Mon, 19 Jan 1987 10:33:24 +0000 (+0000) Subject: exit when compilation fails X-Git-Tag: release-5-5~4971 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=035c115ca80e6e5fd24bb6839eb7b784d1f32425;p=ack.git exit when compilation fails --- diff --git a/mach/ns/libcc/compmodule b/mach/ns/libcc/compmodule index 6b9643943..846ba6f1e 100755 --- a/mach/ns/libcc/compmodule +++ b/mach/ns/libcc/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