mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 19:21:28 +02:00
Add "export LC_ALL=C" to all shell scripts
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
#
|
||||
# Check for shellcheck warnings in shell scripts.
|
||||
|
||||
# This script is intentionally locale dependent by not setting "export LC_ALL=C"
|
||||
# to allow running certain versions of shellcheck that core dump when LC_ALL=C
|
||||
# is set.
|
||||
|
||||
# Disabled warnings:
|
||||
# SC2001: See if you can use ${variable//search/replace} instead.
|
||||
# SC2004: $/${} is unnecessary on arithmetic variables.
|
||||
|
Reference in New Issue
Block a user