aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2018-06-13 16:50:48 +0200
committerpracticalswift <[email protected]>2018-06-14 15:27:52 +0200
commit3352da8da1243c03fc83ba678d2f5d193bd5a0c2 (patch)
tree6985354b06d98d4d77d1a0c5a6690bddcc5af83e /contrib/devtools
parentMerge #13393: Enable double-SHA256-for-64-byte code on 32-bit x86 (diff)
downloaddiscoin-3352da8da1243c03fc83ba678d2f5d193bd5a0c2.tar.xz
discoin-3352da8da1243c03fc83ba678d2f5d193bd5a0c2.zip
Add "export LC_ALL=C" to all shell scripts
Diffstat (limited to 'contrib/devtools')
-rwxr-xr-xcontrib/devtools/gen-manpages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/devtools/gen-manpages.sh b/contrib/devtools/gen-manpages.sh
index 27c80548c..76d4adc81 100755
--- a/contrib/devtools/gen-manpages.sh
+++ b/contrib/devtools/gen-manpages.sh
@@ -1,5 +1,6 @@
#!/bin/bash
+export LC_ALL=C
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
BUILDDIR=${BUILDDIR:-$TOPDIR}