Can’t get wine to work.
Here is what shows in the terminal window when I click on the Wine sysbol on the launch pad.
Last login: Wed Jan 6 10:22:23 on ttys000 [parsont:~] jameslefevre% export PATH="/Applications/Wine Devel.app/Contents/Resources/wine/bin":$PATH; source "/Applications/Wine Devel.app/Contents/Resources/start-script.sh" export: Command not found. Illegal variable name. [parsont:~] jameslefevre%
Running Mac OS X 10.11.2
Any ideas
Jim
On Wed, Jan 6, 2016 at 9:28 AM, James LeFevre jll@multi-craft.net wrote:
... export: Command not found. Illegal variable name. ... Any ideas
Could you run "echo $SHELL" and send the output? It's possible you changed the default shell at some point.
Best, Erich
Hello James,
the script is not compatible with your shell, it was only tested with bash. This is now fixed in the current git tree and all shells shipped with OS X should work.
I didn't push new packages as the next Wine release is already tomorrow, so I would suggest to grab the package for Wine 1.9.1 when it comes out and test if the bug is fixed. In the mean time you can change the shell to /bin/bash in the terminal settings.
Regards, Michael
Am 06.01.2016 um 17:28 schrieb James LeFevre:
Can’t get wine to work.
Here is what shows in the terminal window when I click on the Wine sysbol on the launch pad.
Last login: Wed Jan 6 10:22:23 on ttys000 [parsont:~] jameslefevre% export PATH="/Applications/Wine Devel.app/Contents/Resources/wine/bin":$PATH; source "/Applications/Wine Devel.app/Contents/Resources/start-script.sh" export: Command not found. Illegal variable name. [parsont:~] jameslefevre%
Running Mac OS X 10.11.2
Any ideas
Jim