diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-19 16:51:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-19 16:51:40 -0400 |
commit | 578fa30962ffb289ff0607b1387c5aaeccb240f1 (patch) | |
tree | 1080fb27405c02763044953e61328a07f9e5aa39 /standalone | |
parent | 58c14521c0ad149044f7117fa2396c390e9f1b64 (diff) |
fix path to extra dir
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/osx/git-annex.app/Contents/MacOS/runshell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/osx/git-annex.app/Contents/MacOS/runshell b/standalone/osx/git-annex.app/Contents/MacOS/runshell index ab0076546..56fc77f38 100755 --- a/standalone/osx/git-annex.app/Contents/MacOS/runshell +++ b/standalone/osx/git-annex.app/Contents/MacOS/runshell @@ -64,7 +64,7 @@ fi # system binaries. Extra binaries come after system path. ORIG_PATH="$PATH" export ORIG_PATH -PATH="$bundle:$PATH:$base/extra" +PATH="$bundle:$PATH:$bundle/extra" export PATH ORIG_GIT_EXEC_PATH="$GIT_EXEC_PATH" |