summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-20 14:07:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-20 14:07:51 -0400
commit92bcc18061d7774e98c5856f0910adda8865f608 (patch)
tree201198100fdcd59ccf2f11f732b33dc26a5232c4
parente61fc6d3c7ebfdb031653491d02aeb82ff24e404 (diff)
typo
-rwxr-xr-xstandalone/osx/git-annex.app/Contents/MacOS/runshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/osx/git-annex.app/Contents/MacOS/runshell b/standalone/osx/git-annex.app/Contents/MacOS/runshell
index 6bf926bbe..23f9ff253 100755
--- a/standalone/osx/git-annex.app/Contents/MacOS/runshell
+++ b/standalone/osx/git-annex.app/Contents/MacOS/runshell
@@ -17,7 +17,7 @@ if [ ! -e "$bundle/git-annex" ]; then
echo "** bundle directory $bundle does not contain git-annex" >&2
exit 1
fi
-if [ ! -e "$base/git" ]; then
+if [ ! -e "$bundle/git" ]; then
echo "** bundle directory $bundle does not contain git" >&2
exit 1
fi