diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-10 13:45:33 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-10 13:45:33 +0300 |
commit | d7086f44f46cea5d949452e22c6ca1286bd9db77 (patch) | |
tree | 938732a6ae76c57e49f7b87aa96bc0668681e6ab /scripts | |
parent | 3bd11f29116510baf0f7700503d0977d84bb218b (diff) | |
download | rneovim-d7086f44f46cea5d949452e22c6ca1286bd9db77.tar.gz rneovim-d7086f44f46cea5d949452e22c6ca1286bd9db77.tar.bz2 rneovim-d7086f44f46cea5d949452e22c6ca1286bd9db77.zip |
pvscheck: Do not trace help
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/pvscheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh index 0e1b9ba404..cd8bf60a92 100755 --- a/scripts/pvscheck.sh +++ b/scripts/pvscheck.sh @@ -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}" |