do not overflow exit status. [RT #42643]

(cherry picked from commit 3635d8f910)
This commit is contained in:
Mark Andrews
2016-06-14 13:48:39 +10:00
parent ee76654094
commit b283aa31fc
74 changed files with 89 additions and 78 deletions

View File

@@ -544,4 +544,4 @@ if [ $ret -ne 0 ]; then
fi
echo "I:exit status: $status"
exit $status
[ $status -eq 0 ] || exit 1