Fixed typo in test arguments.

This commit is contained in:
Dan Kegel 2004-03-02 20:53:05 +00:00 committed by Alexandre Julliard
parent ccc3d66c4a
commit 08f25f9982
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ then {
}
fi
if [ `whoami` == 'root' ]
if [ `whoami` = 'root' ]
then {
echo "You are running wineinstall as root, this is not advisable. Please rerun as a user."
echo "Aborting."