fix typo in runshell (will update standalone builds for last release)

This commit is contained in:
Joey Hess 2013-09-22 09:45:50 -04:00
parent 2c0f751a16
commit 7719abc044
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.