aboutsummaryrefslogtreecommitdiff
path: root/standalone/linux
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 16:06:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 16:06:50 -0400
commitd412f065a04541525e17c13b7f1ef20184baeda8 (patch)
tree98ee40ea72a5b1efc49a0ed0abc5788b45a86940 /standalone/linux
parentcc8a6c9d89941f6b2c6ae2b46d4502d7214d9079 (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/linux')
-rwxr-xr-xstandalone/linux/skel/git-annex3
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 "$@"