summaryrefslogtreecommitdiff
path: root/standalone/osx
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-22 09:45:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-22 09:45:50 -0400
commit532e7a5bba546f93dc1a5315417251f1966f2c17 (patch)
treeafafc76a60dc66814d59391704b456d913c35c9c /standalone/osx
parenta0d6163d812a2e003f4d0a9f7e6521f21672cd70 (diff)
fix typo in runshell (will update standalone builds for last release)
Diffstat (limited to 'standalone/osx')
-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 5094ad0b2..01c31de55 100755
--- a/standalone/osx/git-annex.app/Contents/MacOS/runshell
+++ b/standalone/osx/git-annex.app/Contents/MacOS/runshell
@@ -22,7 +22,7 @@ if [ ! -e "$bundle/git" ]; then
exit 1
fi
if [ -n "$GIT_ANNEX_STANDLONE_ENV" ]; then
- echo "** runshell loop detected!"> &2
+ echo "** runshell loop detected!" >&2
fi
# Get absolute path to base, to avoid breakage when things change directories.