summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xminic/mcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/minic/mcc b/minic/mcc
index dd662f1..f54545e 100755
--- a/minic/mcc
+++ b/minic/mcc
@@ -35,6 +35,7 @@ cc $flags /tmp/minic.s
 if test $? -ne 0
 then
 	echo "error processing file $file" >&2
+	exit 1
 fi