fix typo in runshell (will update standalone builds for last release)
This commit is contained in:
parent
2c0f751a16
commit
7719abc044
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue