signal error for failed compilations
This commit is contained in:
parent
f54da035bc
commit
be1f7cbf23
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ cc $flags /tmp/minic.s
|
||||||
if test $? -ne 0
|
if test $? -ne 0
|
||||||
then
|
then
|
||||||
echo "error processing file $file" >&2
|
echo "error processing file $file" >&2
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue