In sourcezap-pull, set +x before printok
This commit is contained in:
parent
ef6411a6fb
commit
14c8b04e41
1 changed files with 1 additions and 0 deletions
|
@ -46,4 +46,5 @@ set -x
|
|||
cd "${gitdir}"
|
||||
branch=$(gitexec "branch --show-current")
|
||||
gitexec "pull --rebase origin ${branch}"
|
||||
set +x
|
||||
printok "pull complete"
|
||||
|
|
Loading…
Reference in a new issue