summaryrefslogtreecommitdiff
path: root/standalone/osx/git-annex.app/Contents/MacOS/runshell
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-23 01:16:21 +0100
committerGravatar Joey Hess <joey@kitenet.net>2013-09-23 01:16:21 +0100
commit3fd02ebcb220aca135e395db30e73dd4a955034e (patch)
tree4f9f8d169b7b673c5ca5ac59ea596a8ea9a84e51 /standalone/osx/git-annex.app/Contents/MacOS/runshell
parent2b2c6d6ba6ac4ee447b374d2d45d139c5116f11a (diff)
parentecf41eb545f94a8bd89d51acb32b9133413a9655 (diff)
Merge remote-tracking branch 'in/master' into android-rebuild
Diffstat (limited to 'standalone/osx/git-annex.app/Contents/MacOS/runshell')
-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.