Better fix for standalone tarball git-annex sync linker shim bug, that works for "git annex sync" as well as "git-annex sync".
This commit is contained in:
parent
48bc2b9e54
commit
00b07d7155
3 changed files with 9 additions and 3 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue