www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8597119f8cfa7bcafd91f7707273f03514548a70
parent 917a94abfa15022b4bdf99f4875599acd03039fc
Author: Eli Barzilay <eli@barzilay.org>
Date:   Mon, 10 Oct 2011 12:44:22 -0400

Clearer question about running an existing uninstaller.

original commit: e9db4df6c35ccceba32853de9a8f83484de1199a

Diffstat:
Mcollects/meta/build/unix-installer/installer-header | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/meta/build/unix-installer/installer-header b/collects/meta/build/unix-installer/installer-header @@ -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..."