Added exit in case of compilation failure
authorceriel <none@none>
Mon, 19 Jan 1987 10:52:25 +0000 (10:52 +0000)
committerceriel <none@none>
Mon, 19 Jan 1987 10:52:25 +0000 (10:52 +0000)
mach/z8000/libbc/compmodule

index 2846132..081a975 100755 (executable)
@@ -1,2 +1,4 @@
-${MACH?} -I../../../h ${MACHFL?} $1 1>&2
-echo `basename $1 $2`.s
+if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
+then echo `basename $1 $2`.s
+else exit 1
+fi