exit on compilation error
authorceriel <none@none>
Mon, 19 Jan 1987 10:36:27 +0000 (10:36 +0000)
committerceriel <none@none>
Mon, 19 Jan 1987 10:36:27 +0000 (10:36 +0000)
mach/ns/libbc/compmodule

index 6b96439..846ba6f 100755 (executable)
@@ -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