fix typo in setup script

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5472 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2019-06-08 17:17:21 +00:00
parent 19ac844e90
commit 76f927f789
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ if [ "$REUSE_CONFIG" != "y" ]; then
echo "Skipping Cygwin options."
fi
read -n 1 -p "Build for Windows? [Y/n] " BUILD_WINDOWS && echo
read -n 1 -p "Build for Dos? [y/N] " BUILD_WINDOWS && echo
read -n 1 -p "Build for Dos? [y/N] " BUILD_DOS && echo
read -n 1 -p "Build for SDL? [y/N] " BUILD_SDL && echo
read -n 1 -p "Build for Android? [y/N] " BUILD_ANDROID && echo
read -n 1 -p "Build for Emscripten? [y/N] " BUILD_WEB && echo