Fixed typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173478 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Gottesman 2013-01-25 20:20:00 +00:00
parent f5c3648921
commit 0e3f426948

View File

@ -655,10 +655,10 @@ consider placing the following git script in your path under the name
fi
git fetch
old_branch=$(git rev-parse --abbrev-ref HEAD)
OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
git checkout master 2> /dev/null
git svn rebase -l
git checkout $old_breanch 2> /dev/null
git checkout $OLD_BRANCH 2> /dev/null
if [ ! -z $STASH ]; then
git stash pop >/dev/null