mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
scripts: fix the release script to use the C locale
Force use of the C locale to ensure messages are recognised by the script.
This commit is contained in:
parent
627e269efd
commit
8878058528
@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
my_name="$( basename "${0}" )"
|
my_name="$( basename "${0}" )"
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
Loading…
Reference in New Issue
Block a user