mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +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
|
||||
#set -x
|
||||
|
||||
export LC_ALL=C
|
||||
|
||||
my_name="$( basename "${0}" )"
|
||||
|
||||
usage() {
|
||||
|
Loading…
Reference in New Issue
Block a user