commit | a7c48b15495fa004b92cd27166a685406eb256f6 | [log] [tgz] |
---|---|---|
author | Phil Cole <ukpgc@p.cole.easynet.co.uk> | Thu Aug 31 02:07:07 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 31 02:07:07 2000 +0000 |
tree | 2b2a857f3d0936c79b12353d8c0fc1afa48035e0 | |
parent | 95feebf8435da00359a3a2de5b47dd7dcd073514 [diff] |
Small fix.
diff --git a/tools/wineinstall b/tools/wineinstall index 51167a2..5635b49 100755 --- a/tools/wineinstall +++ b/tools/wineinstall
@@ -91,7 +91,7 @@ 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."