- Mar 28, 2018
- 59
- 170
I should've mentioned that this was my BB script.Your "bb" script has at least 1 error in it. My guess is it's this:
/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: `cd <path to BB>'
<path to BB> is not meant to be taken literally. It means 'the path to BB'. You're supposed to replace it with the actual path on your system.
As I said in the original postYou must be registered to see the links,
But to make sure, attach your bb script.
Alternatively, edit the script and change it to this:
#!/bin/sh
cd "$( dirname $0 )"
WINEDEBUG=-all ./Wine\ Staging.app/Contents/Resources/wine/bin/wine BigBrother.exe > /dev/null
Daniels-MacBook-Air:~ daniel$ /Users/daniel/Downloads/games/BB.007/bb ; exit;
/Users/daniel/Downloads/games/BB.007/bb: line 2: syntax error near unexpected token `newline'
/Users/daniel/Downloads/games/BB.007/bb: line 2: `cd <Downloads/games/BB/BigBrother.exe>'
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]