mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
pvscheck: Do not trace help
This commit is contained in:
parent
3bd11f2911
commit
d7086f44f4
@ -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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user