Fixed typo.

llvm-svn: 173478
This commit is contained in:
Michael Gottesman 2013-01-25 20:20:00 +00:00
parent 8ae02d3cef
commit 4c8de298bb
1 changed files with 2 additions and 2 deletions

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