Now reads: "Install to $prefix? [y/N]" to indicate that the default choice if pressing enter without any extra input will be no. Suggested by #169.
@@ -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