From 92bcc18061d7774e98c5856f0910adda8865f608 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 20 Mar 2013 14:07:51 -0400 Subject: typo --- standalone/osx/git-annex.app/Contents/MacOS/runshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/osx/git-annex.app/Contents/MacOS') 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 -- cgit v1.2.3