fix previosu commit

This commit is contained in:
Aminda Suomalainen 2015-06-24 20:06:54 +03:00
parent 854cf35dbb
commit 9548a81b7b
2 changed files with 2 additions and 2 deletions

View File

@ -881,7 +881,7 @@ git-squash () {
} }
# Combining mtrp4 & mtp6 # Combining mtrp4 & mtp6
mtrp46() { mtrp() {
mtrp4 $@ mtrp4 $@
mtrp6 $@ mtrp6 $@
} }

View File

@ -870,7 +870,7 @@ git-squash () {
} }
# Combining mtrp4 & mtrp6 # Combining mtrp4 & mtrp6
mtrp46() { mtrp() {
mtrp4 $@ mtrp4 $@
mtrp6 $@ mtrp6 $@
} }