aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-14 16:39:11 +0100
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-14 16:39:11 +0100
commit8878058528e77585f2859245929e7fb160312025 (patch)
treed2b73146a7eb79c00e045a7be4694c732a286cc9
parent627e269efd0afcbb99dec9c45e9ab89b94dc0fa8 (diff)
downloadcrosstool-ng-8878058528e77585f2859245929e7fb160312025.tar.gz
crosstool-ng-8878058528e77585f2859245929e7fb160312025.tar.bz2
crosstool-ng-8878058528e77585f2859245929e7fb160312025.zip
scripts: fix the release script to use the C locale
Force use of the C locale to ensure messages are recognised by the script.
-rwxr-xr-xscripts/mk-release.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mk-release.sh b/scripts/mk-release.sh
index a2239365..01d012a5 100755
--- a/scripts/mk-release.sh
+++ b/scripts/mk-release.sh
@@ -1,6 +1,8 @@
#!/bin/bash
#set -x
+export LC_ALL=C
+
my_name="$( basename "${0}" )"
usage() {