From 5d1ff3f4bf53ad5aef397487fa01ac2c3b8ecfb6 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 18 Mar 2012 23:17:09 +0100 Subject: [PATCH] one more exit trap in distribute --- distribute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribute b/distribute index 9640479..c1fe531 100755 --- a/distribute +++ b/distribute @@ -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