Clearer question about running an existing uninstaller.

(cherry picked from commit e9db4df6c3)
This commit is contained in:
Eli Barzilay 2011-10-10 12:44:22 -04:00
parent 7a66972313
commit c6c7490bac

View File

@ -454,7 +454,7 @@ fi
if test -x "$bindir/racket-uninstall"; then
echo "A previous Racket uninstaller is found at"
echo " \"$bindir/racket-uninstall\","
echon " ok to run it? "
echon " should I run it? (default: no) "
read R
case "$R" in
[yY]* ) echon " running uninstaller..."