Linux and OSX standalone builds put the bundled gpg last in PATH, so any system gpg will be preferred over it.
This commit is contained in:
parent
f1cebd1bf9
commit
398d93d4d2
6 changed files with 37 additions and 10 deletions
|
@ -81,10 +81,10 @@ if [ -z "$GIT_ANNEX_PACKAGE_INSTALL" ]; then
|
|||
fi
|
||||
|
||||
# Put our binaries first, to avoid issues with out of date or incompatable
|
||||
# system binaries.
|
||||
# system binaries. Extra binaries come after system path.
|
||||
ORIG_PATH="$PATH"
|
||||
export ORIG_PATH
|
||||
PATH="$base/bin:$PATH"
|
||||
PATH="$base/bin:$PATH:$base/extra"
|
||||
export PATH
|
||||
|
||||
# These env vars are used by the shim wrapper around each binary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue