diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-23 01:16:21 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-23 01:16:21 +0100 |
commit | 3fd02ebcb220aca135e395db30e73dd4a955034e (patch) | |
tree | 4f9f8d169b7b673c5ca5ac59ea596a8ea9a84e51 /standalone | |
parent | 2b2c6d6ba6ac4ee447b374d2d45d139c5116f11a (diff) | |
parent | ecf41eb545f94a8bd89d51acb32b9133413a9655 (diff) |
Merge remote-tracking branch 'in/master' into android-rebuild
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/linux/runshell | 2 | ||||
-rwxr-xr-x | standalone/osx/git-annex.app/Contents/MacOS/runshell | 2 |
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. |