aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-include-guards.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/lint/lint-include-guards.sh')
-rwxr-xr-xtest/lint/lint-include-guards.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lint/lint-include-guards.sh b/test/lint/lint-include-guards.sh
index 6a0dd556bb..464969794b 100755
--- a/test/lint/lint-include-guards.sh
+++ b/test/lint/lint-include-guards.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Copyright (c) 2018 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
@@ -6,6 +6,7 @@
#
# Check include guards.
+export LC_ALL=C
HEADER_ID_PREFIX="BITCOIN_"
HEADER_ID_SUFFIX="_H"