mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173478 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5c3648921
commit
0e3f426948
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user