This commit is contained in:
git-annex.branchable.com@07c0f8919010cc703ae7eea746d9b494c153291f 2018-06-16 09:14:38 +00:00 committed by admin
parent 785cb276f0
commit 75c4c947d5

View file

@ -0,0 +1,22 @@
### Please describe the problem.
symlinking git-annex from a unpacked tarball to the
### What steps will reproduce the problem?
symlink git-annex somewhere, call that symline
###
known fix
[[!format sh """
#!/bin/sh
GIT_ANNEX_PROGRAMPATH=$(realpath "$0")
export GIT_ANNEX_PROGRAMPATH
exec "$GIT_ANNEX_DIR/exe/git-annex" --library-path "$GIT_ANNEX_LD_LIBRARY_PATH" "$GIT_ANNEX_DIR/shimmed/git-annex/git-annex" "$@"
"""]]
the realpath call is new