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
|
||||
set -x
|
||||
set -e
|
||||
|
||||
get_jobs_num() {
|
||||
@ -82,6 +81,7 @@ main() {
|
||||
help
|
||||
return
|
||||
fi
|
||||
set -x
|
||||
|
||||
local tgt="${1:-$PWD/../neovim-pvs}"
|
||||
local branch="${2:-master}"
|
||||
|
Loading…
Reference in New Issue
Block a user