aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-logs.sh
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-06-13 16:50:48 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-06-14 15:27:52 +0200
commit3352da8da1243c03fc83ba678d2f5d193bd5a0c2 (patch)
tree6985354b06d98d4d77d1a0c5a6690bddcc5af83e /test/lint/lint-logs.sh
parenta607d23ae82ee374799d21d02932d945c1ce9616 (diff)
downloadbitcoin-3352da8da1243c03fc83ba678d2f5d193bd5a0c2.tar.xz
Add "export LC_ALL=C" to all shell scripts
Diffstat (limited to 'test/lint/lint-logs.sh')
-rwxr-xr-xtest/lint/lint-logs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/lint-logs.sh b/test/lint/lint-logs.sh
index 35be13ec19..89e7fb8764 100755
--- a/test/lint/lint-logs.sh
+++ b/test/lint/lint-logs.sh
@@ -12,7 +12,7 @@
# There are some instances of LogPrintf() in comments. Those can be
# ignored
-
+export LC_ALL=C
UNTERMINATED_LOGS=$(git grep --extended-regexp "LogPrintf?\(" -- "*.cpp" | \
grep -v '\\n"' | \
grep -v "/\* Continued \*/" | \