diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index a8e44cd7..24318e34 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ printf "If you are actually a developer of this project, please type Y and press read -p "Are you a developer of this project (Y/N) " yn case $yn in - [Yy]* ) break;; + [Yy]* ) ;; * ) exit;; esac