diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-20 14:07:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-20 14:07:51 -0400 |
commit | 92bcc18061d7774e98c5856f0910adda8865f608 (patch) | |
tree | 201198100fdcd59ccf2f11f732b33dc26a5232c4 /standalone/osx | |
parent | e61fc6d3c7ebfdb031653491d02aeb82ff24e404 (diff) |
typo
Diffstat (limited to 'standalone/osx')
-rwxr-xr-x | standalone/osx/git-annex.app/Contents/MacOS/runshell | 2 |
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 |