settings: Make settings code more robust
[git-cola.git] / darwin / git-cola
blobb37575d310681bbac7c55092b695cd7e812a2fab
1 #!/bin/sh
2 # Setup PATH for git-osx-installer and other common
3 # locations such as /usr/local/bin
4 PATH="$PATH":/usr/local/bin:/usr/local/git/bin
5 export PATH
7 # Contents/MacOS/$this_script
8 # Contents/Resources
9 macos="$(dirname "$0")"
10 contents="$(dirname "$macos")"
11 exec python "$contents/Resources/bin/git-cola" --prompt