I'm an idiot. 'nuff said ChangeLog: Silence error on non-redhat systems
Index: ./tools/wineinstall =================================================================== RCS file: /home/wine/wine/tools/wineinstall,v retrieving revision 1.54 diff -u -r1.54 wineinstall --- ./tools/wineinstall 13 May 2003 23:37:09 -0000 1.54 +++ ./tools/wineinstall 16 May 2003 18:34:00 -0000 @@ -153,7 +153,7 @@ 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 ] && cat /etc/redhat-release | grep Shrike &>/dev/null; then CONFARGS="$CONFARGS --with-nptl" fi