nit: hide echo

This commit is contained in:
Michael Vines 2019-01-08 14:25:44 -08:00
parent f53810fcd2
commit 5c87ddc80e
1 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@
set -e
cd "$(dirname "$0")/.."
(
set -x
find . -name "*.sh" \
-not -regex ".*/ci/semver_bash/.*" \
@ -14,5 +14,5 @@ find . -name "*.sh" \
-print0 \
| xargs -0 \
ci/docker-run.sh koalaman/shellcheck --color=always --external-sources --shell=bash
)
echo --- ok