Fix gb -D expansion

This commit is contained in:
Artyom Olshevskiy
2013-05-31 18:46:32 +03:00
parent 8e45f612fd
commit 3ee5517d82

View File

@@ -15,7 +15,7 @@ function _scmb_git_branch_shortcuts {
fail_if_not_git_repo || return 1
# Fall back to normal git branch, if any unknown args given
if [[ -n "$@" ]] && [[ "$@" != "-a" ]]; then
$_git_cmd branch "$@"
exec_scmb_expand_args $_git_cmd branch "$@"
return 1
fi