dropped: command -v
This commit is contained in:
@ -737,7 +737,7 @@ init_wine_ver () {
|
||||
fi
|
||||
else
|
||||
# use system WINE
|
||||
if ! command -v "wine" &>/dev/null ; then
|
||||
if ! rpm -q "wine" 1>/dev/null ; then
|
||||
fatal "system WINE - not found."
|
||||
fi
|
||||
export WINEDIR="/usr"
|
||||
|
Reference in New Issue
Block a user