tests: fix bashism (function keyword)

This commit is contained in:
Brendan Cully 2011-10-31 09:26:49 -07:00
parent 024cfe09e3
commit 3de4623b0d
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ echo "remotebranches=$(echo $(dirname $(dirname $0)))/hg_remotebranches.py" >> $
FILTERPWD="sed s%$PWD/%%g"
function mkcommit()
mkcommit()
{
echo $1 > $1
hg add $1

View File

@ -14,7 +14,7 @@ EOF
FILTERPWD="sed s%$PWD/%%g"
function mkcommit()
mkcommit()
{
echo $1 > $1
hg add $1

View File

@ -4,7 +4,7 @@
> FILTERPWD="sed s%$PWD/%%g"
> function mkcommit()
> mkcommit()
> {
> echo $1 > $1
> hg add $1