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:
Yann E. MORIN" 2010-03-14 16:39:11 +01:00
parent 627e269efd
commit 8878058528

View File

@ -1,6 +1,8 @@
#!/bin/bash
#set -x
export LC_ALL=C
my_name="$( basename "${0}" )"
usage() {