aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-shell-locale.sh
diff options
context:
space:
mode:
authorGleb Naumenko <naumenko.gs@gmail.com>2020-02-18 17:45:02 -0500
committerfanquake <fanquake@gmail.com>2021-10-21 09:38:55 +0800
commit0659f12b131fc5915fe7a493306af197f4fb838b (patch)
tree9d159bc034b5959d4ddf714df3298b51d4c937c8 /test/lint/lint-shell-locale.sh
parent0eb7928ab8d9dcb840e4965bfa81deb752b00dfa (diff)
downloadbitcoin-0659f12b131fc5915fe7a493306af197f4fb838b.tar.xz
Add minisketch dependency
Diffstat (limited to 'test/lint/lint-shell-locale.sh')
-rwxr-xr-xtest/lint/lint-shell-locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/lint-shell-locale.sh b/test/lint/lint-shell-locale.sh
index 084dc93f76..bd6b6ce05c 100755
--- a/test/lint/lint-shell-locale.sh
+++ b/test/lint/lint-shell-locale.sh
@@ -12,7 +12,7 @@
export LC_ALL=C
EXIT_CODE=0
-for SHELL_SCRIPT in $(git ls-files -- "*.sh" | grep -vE "src/(secp256k1|univalue)/"); do
+for SHELL_SCRIPT in $(git ls-files -- "*.sh" | grep -vE "src/(secp256k1|minisketch|univalue)/"); do
if grep -q "# This script is intentionally locale dependent by not setting \"export LC_ALL=C\"" "${SHELL_SCRIPT}"; then
continue
fi