diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-26 11:54:15 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-26 11:54:15 -0400 |
commit | 8ee9733ff3dd8b9ff7cf1552f7eebf96b4ade7bb (patch) | |
tree | 38d4219ac8410d96bdfc937c98ca963fce4fc0d2 /standalone/osx | |
parent | d419c190914ea4c5a9959bb585df02ae79d7d41b (diff) |
Include magic database in the linux and OSX standalone builds.
Diffstat (limited to 'standalone/osx')
-rwxr-xr-x | standalone/osx/git-annex.app/Contents/MacOS/runshell | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/standalone/osx/git-annex.app/Contents/MacOS/runshell b/standalone/osx/git-annex.app/Contents/MacOS/runshell index 56fc77f38..17c95698c 100755 --- a/standalone/osx/git-annex.app/Contents/MacOS/runshell +++ b/standalone/osx/git-annex.app/Contents/MacOS/runshell @@ -77,7 +77,11 @@ export ORIG_GIT_TEMPLATE_DIR GIT_TEMPLATE_DIR="$bundle/templates" export GIT_TEMPLATE_DIR -# Indicate which variables were exported above. +GIT_ANNEX_DIR="$bundle" +export GIT_ANNEX_DIR + +# Indicate which variables were exported above and should be cleaned +# when running non-bundled programs. GIT_ANNEX_STANDLONE_ENV="PATH GIT_EXEC_PATH GIT_TEMPLATE_DIR" export GIT_ANNEX_STANDLONE_ENV |