summaryrefslogtreecommitdiff
path: root/standalone
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
parent2b2c6d6ba6ac4ee447b374d2d45d139c5116f11a (diff)
parentecf41eb545f94a8bd89d51acb32b9133413a9655 (diff)
Merge remote-tracking branch 'in/master' into android-rebuild
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/linux/runshell2
-rwxr-xr-xstandalone/osx/git-annex.app/Contents/MacOS/runshell2
2 files changed, 2 insertions, 2 deletions
diff --git a/standalone/linux/runshell b/standalone/linux/runshell
index 6e2e21906..78ba3be15 100755
--- a/standalone/linux/runshell
+++ b/standalone/linux/runshell
@@ -20,7 +20,7 @@ if [ ! -e "$base/bin/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.
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.