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