fix GIT_EXEC_PATH to point to bundle/git-core
This makes it be the same as in the linux runshell. It may be that bundle/ used to have all the necessary binaries in it, but that seems unlikely. I think that the breakage fixed by my previous commit masked this other breakage, and anything git execs from git-core (as opposed to being buitin) has never worked in the OSX dmg.
This commit is contained in:
parent
b321526473
commit
8ea269ef75
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export PATH
|
|||
|
||||
ORIG_GIT_EXEC_PATH="$GIT_EXEC_PATH"
|
||||
export ORIG_GIT_EXEC_PATH
|
||||
GIT_EXEC_PATH="$bundle"
|
||||
GIT_EXEC_PATH="$bundle/git-core"
|
||||
export GIT_EXEC_PATH
|
||||
|
||||
ORIG_GIT_TEMPLATE_DIR="$GIT_TEMPLATE_DIR"
|
||||
|
|
Loading…
Reference in a new issue