From 3de29d9a69207879f608fcfc34359bd34a018b98 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 9 Feb 2010 18:30:40 +0000 Subject: Improve warning when removing windows files --- auto-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-installer.sh b/auto-installer.sh index f9ea255..32da705 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -90,7 +90,7 @@ if [ -n "$PATCHES" ]; then fi if [ -n "$WINDOWSFILES" ]; then - if query "Do you want to remove unneeded windows files?" n; then + if query "Do you want to remove Windows-only files (may break compatibility with some mods)?" n; then for badfile in $WINDOWSFILES; do rm -rf "${TARGETDIR}/${badfile}" done -- cgit v1.2.3