fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

Setting WINE=./wine breaks some verbs #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
$ rm -rf ~/.wine ; WINE=./wine sh winetricks -q vc2005express

What is the expected output? What do you see instead?
Visual Studio should install :-). But since $WINE='./wine', when some verbs
change directories and call $WINE, it fails, since wine is now not in that
current directory:
Executing ./wine Ixpvc /t:c:\winetrickstmp\vc2005express.tmp /q:a
/c:msiexec /i vcsetup.msi VSEXTUI=1 ADDLOCAL=ALL REBOOT=ReallySuppress
winetricks: 2891: ./wine: not found
Note: command './wine Ixpvc /t:c:\winetrickstmp\vc2005express.tmp /q:a
/c:msiexec /i vcsetup.msi VSEXTUI=1 ADDLOCAL=ALL REBOOT=ReallySuppress'
returned status 127.  Aborting.

Original issue reported on code.google.com by austinenglish@gmail.com on 20 Oct 2009 at 3:51