summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-19 16:19:19 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-19 16:19:19 -0400
commita1b1504ea8f9abd33cd1fa9fa6a9d3eeff468057 (patch)
treec3a91c82206bbf4a1b625f0a249ccfb78559012b /doc
parentab93778d022b0dc0ec63177d191f3269191da6f3 (diff)
Linux and OSX standalone builds put the bundled gpg last in PATH, so any system gpg will be preferred over it.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn b/doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn
index 2f30352f9..dfaec26f1 100644
--- a/doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn
+++ b/doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn
@@ -6,3 +6,5 @@ A solution might be to move the gpg binary to a different directory and put
it at the end of PATH, not the front. So system one is used if available.
This should also be considered for the linux standalone builds.
+
+> [[done]] for both OSX and linux. --[[Joey]]