Fix yes prompt for build.sh

This commit is contained in:
cmdr2 2022-09-07 13:28:38 +05:30
parent 52e94fe650
commit 5a42704ac4

2
build.sh Normal file → Executable file
View File

@ -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 read -p "Are you a developer of this project (Y/N) " yn
case $yn in case $yn in
[Yy]* ) break;; [Yy]* ) ;;
* ) exit;; * ) exit;;
esac esac