Have runlex.sh exit with the exit status of lex (if it failed).

svn path=/trunk/; revision=43555
This commit is contained in:
Jeff Morriss 2012-07-02 21:15:51 +00:00
parent fcf2da1b99
commit 6dd3a8b1fd
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ then
#
exitstatus=$?
echo "${LEX} failed: exit status $exitstatus"
exit $?
exit $exitstatus
fi
#