pvscheck: Do not trace help

This commit is contained in:
ZyX 2017-04-10 13:45:33 +03:00
parent 3bd11f2911
commit d7086f44f4

View File

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
set -x
set -e set -e
get_jobs_num() { get_jobs_num() {
@ -82,6 +81,7 @@ main() {
help help
return return
fi fi
set -x
local tgt="${1:-$PWD/../neovim-pvs}" local tgt="${1:-$PWD/../neovim-pvs}"
local branch="${2:-master}" local branch="${2:-master}"