From 74f3ee92062ffb768272c8f9cf28aa9a00041838 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 6b964394..846ba6f1 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