Commit 08f25f99 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

Fixed typo in test arguments.

parent ccc3d66c
......@@ -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."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment