mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 18:24:48 +00:00
Silence error on non-redhat systems.
This commit is contained in:
parent
ac0416ad96
commit
ce05da50b0
@ -153,7 +153,7 @@ echo "WINE Installer v0.74"
|
||||
echo
|
||||
|
||||
# check for redhat 9 so we can enable --with-nptl until runtime detection is complete
|
||||
if cat /etc/redhat-release | grep Shrike &>/dev/null; then
|
||||
if [ -e /etc/redhat-release ] && grep Shrike /etc/redhat-release &>/dev/null; then
|
||||
CONFARGS="$CONFARGS --with-nptl"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user