fix path to extra dir

This commit is contained in:
Joey Hess 2016-02-19 16:51:40 -04:00
parent 7752f1bd24
commit 5f11e3cd26
Failed to extract signature

View file

@ -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"