one more exit trap in distribute

This commit is contained in:
Christopher Roy Bratusek 2012-03-18 23:17:09 +01:00
parent ec0090cf05
commit 5d1ff3f4bf

View File

@ -29,7 +29,7 @@ compile_installer ()
sleep 5
if [[ -e installer/data/install.wad ]]; then
make -C installer
make -C installer || exit 1
else echo -e "--Error installer/data/install.wad not found--"
exit 1
fi