From a7c48b15495fa004b92cd27166a685406eb256f6 Mon Sep 17 00:00:00 2001 From: Phil Cole Date: Thu, 31 Aug 2000 02:07:07 +0000 Subject: [PATCH] Small fix. --- tools/wineinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wineinstall b/tools/wineinstall index 51167a2e9a8..5635b49f6cf 100755 --- a/tools/wineinstall +++ b/tools/wineinstall @@ -91,7 +91,7 @@ if [ $RET -eq 0 ]; then if [ $RET -eq 0 ]; then echo Done. else - echo FAILED. Probably you aren't installing as root. + echo "FAILED. Probably you aren't installing as root." fi else echo "Sorry, I won't install Wine when an rpm version is still installed."