summaryrefslogtreecommitdiff
path: root/standalone
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
parenta0d6163d812a2e003f4d0a9f7e6521f21672cd70 (diff)
fix typo in runshell (will update standalone builds for last release)
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.