summaryrefslogtreecommitdiff
path: root/standalone/osx/git-annex.app/Contents/MacOS/git-annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-08 17:14:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-08 17:14:09 -0400
commitb6b10e0c6845f6c06d9f89f3d0d44e83b04d3e5f (patch)
tree5fc473883271ec87ee0380508b48eb128067965c /standalone/osx/git-annex.app/Contents/MacOS/git-annex
parent9cc51fe3df384ea8b62c8436ff1174a67cec6ae5 (diff)
fix bin paths in osx app
Diffstat (limited to 'standalone/osx/git-annex.app/Contents/MacOS/git-annex')
-rwxr-xr-xstandalone/osx/git-annex.app/Contents/MacOS/git-annex2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/osx/git-annex.app/Contents/MacOS/git-annex b/standalone/osx/git-annex.app/Contents/MacOS/git-annex
index cda5b569b..f6b9d9c78 100755
--- a/standalone/osx/git-annex.app/Contents/MacOS/git-annex
+++ b/standalone/osx/git-annex.app/Contents/MacOS/git-annex
@@ -17,7 +17,7 @@ cd "$orig"
# If this is a standalone app, set a variable that git-annex can use to
# install itself.
-if [ -e "$base/bin/git-annex" ]; then
+if [ -e "$base/git-annex" ]; then
GIT_ANNEX_APP_BASE="$base"
export GIT_ANNEX_APP_BASE
fi