fix 69eca5c1d7, source tomb source was exiting

This commit is contained in:
boyska 2011-10-30 19:50:33 +01:00
parent 1b4c08e904
commit f9f8b16a4d

View File

@ -1374,4 +1374,6 @@ main() {
check_bin check_bin
main $@ main $@
exit $? if [[ $? != 0 ]]; then #this "if" seems useless, but avoid source tomb source from exiting
exit $?
fi