From a78504934def5c8753936ac983ec1442063fe8c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sun, 21 Jun 2015 19:44:49 +0200 Subject: [PATCH] build.sh: add missing 'else' --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index c2aa44e..82f4bb2 100755 --- a/build.sh +++ b/build.sh @@ -271,6 +271,8 @@ do echo "" if [ -z "$UNATTENDED" ]; then read -p "Press enter to continue" + else + exit 1 fi ls $TARBALL_DIR/MacOSX$SDK_VERSION* &>/dev/null done