Small fix.

This commit is contained in:
Phil Cole 2000-08-31 02:07:07 +00:00 committed by Alexandre Julliard
parent 95feebf843
commit a7c48b1549
1 changed files with 1 additions and 1 deletions

View File

@ -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."