mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Fixed typo in test arguments.
This commit is contained in:
parent
ccc3d66c4a
commit
08f25f9982
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue