diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-06-13 16:50:48 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-06-14 15:27:52 +0200 |
commit | 3352da8da1243c03fc83ba678d2f5d193bd5a0c2 (patch) | |
tree | 6985354b06d98d4d77d1a0c5a6690bddcc5af83e /test/lint/lint-includes.sh | |
parent | a607d23ae82ee374799d21d02932d945c1ce9616 (diff) |
Add "export LC_ALL=C" to all shell scripts
Diffstat (limited to 'test/lint/lint-includes.sh')
-rwxr-xr-x | test/lint/lint-includes.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh index f5daf4f9ac..03350576a7 100755 --- a/test/lint/lint-includes.sh +++ b/test/lint/lint-includes.sh @@ -8,6 +8,7 @@ # Guard against accidental introduction of new Boost dependencies. # Check includes: Check for duplicate includes. Enforce bracket syntax includes. +export LC_ALL=C IGNORE_REGEXP="/(leveldb|secp256k1|univalue)/" filter_suffix() { |