From 035c115ca80e6e5fd24bb6839eb7b784d1f32425 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 19 Jan 1987 10:33:24 +0000 Subject: [PATCH] exit when compilation fails --- mach/ns/libcc/compmodule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1