dropped: command -v

This commit is contained in:
Mikhail Tergoev
2025-06-26 16:58:27 +03:00
parent 9acef3c065
commit 059d62c4e2

View File

@ -737,7 +737,7 @@ init_wine_ver () {
fi fi
else else
# use system WINE # use system WINE
if ! command -v "wine" &>/dev/null ; then if ! rpm -q "wine" 1>/dev/null ; then
fatal "system WINE - not found." fatal "system WINE - not found."
fi fi
export WINEDIR="/usr" export WINEDIR="/usr"