diff --git a/trunk/scripts/git.commit.sh b/trunk/scripts/git.commit.sh index 0b9e92be2..2cbc0cfd4 100755 --- a/trunk/scripts/git.commit.sh +++ b/trunk/scripts/git.commit.sh @@ -2,7 +2,7 @@ cat <>/dev/null touch git-ensure-commit && -echo "cd `pwd` && git checkout develop &&" >git-ensure-commit && +echo "cd `pwd` &&" >git-ensure-commit && echo "bash `pwd`/git.commit.sh" >>git-ensure-commit && chmod +x git-ensure-commit && sudo rm -f /bin/git-ensure-commit &&