fix path to extra dir
This commit is contained in:
parent
7752f1bd24
commit
5f11e3cd26
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ fi
|
||||||
# system binaries. Extra binaries come after system path.
|
# system binaries. Extra binaries come after system path.
|
||||||
ORIG_PATH="$PATH"
|
ORIG_PATH="$PATH"
|
||||||
export ORIG_PATH
|
export ORIG_PATH
|
||||||
PATH="$bundle:$PATH:$base/extra"
|
PATH="$bundle:$PATH:$bundle/extra"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
ORIG_GIT_EXEC_PATH="$GIT_EXEC_PATH"
|
ORIG_GIT_EXEC_PATH="$GIT_EXEC_PATH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue