mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
pvscheck: Do not trace help
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user