diff --git a/bootstrap.sh b/bootstrap.sh index bd107c9..c85ba26 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -33,7 +33,7 @@ ninja # Verify user wants to install set +x if [ "$TRAVIS" != "true" ]; then - read -p "Install to $prefix? [Yy] " -r + read -p "Install to $prefix? [y/N] " -r [[ $REPLY =~ ^[Yy]$ ]] fi set -x