diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-27 16:06:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-27 16:06:50 -0400 |
commit | d412f065a04541525e17c13b7f1ef20184baeda8 (patch) | |
tree | 98ee40ea72a5b1efc49a0ed0abc5788b45a86940 /standalone | |
parent | cc8a6c9d89941f6b2c6ae2b46d4502d7214d9079 (diff) |
Better fix for standalone tarball git-annex sync linker shim bug, that works for "git annex sync" as well as "git-annex sync".
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/linux/skel/git-annex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/standalone/linux/skel/git-annex b/standalone/linux/skel/git-annex index 8b59be23c..7fc864d87 100755 --- a/standalone/linux/skel/git-annex +++ b/standalone/linux/skel/git-annex @@ -28,7 +28,4 @@ if [ -e "$base/bin/git-annex" ]; then export GIT_ANNEX_APP_BASE fi -GIT_ANNEX_PROGRAMPATH="$0" -export GIT_ANNEX_PROGRAMPATH - exec "$base/runshell" git-annex "$@" |