Displaying 1 result from an estimated 1 matches for "2568c2568".
2005 Mar 23
1
winetools (and x86_64) problems
Hi,
winetools 2.1.1 (installed from wine.sf.net deb recently) has a few
missing double quotes on line 2568. Here's the diff:
tjzeeman@carrington:~$
diff /chroot/ia32-sid/root/winetools.orig /chroot/ia32-sid/usr/bin/winetools
2568c2568
< if [ $WINEVER -lt 20040914 ] || [ $WINEVER -gt 20050111 ]; then
---
> if [ "$WINEVER" -lt "20040914" ] || [ "$WINEVER" -gt "20050111" ];
then
Unfortunately I still didn't get winetools to work for me.
It detects wine (also from wine.sf.net as .d...