diff options
Diffstat (limited to 'scripts/mail-to-translators')
-rwxr-xr-x | scripts/mail-to-translators | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mail-to-translators b/scripts/mail-to-translators index 2894eea71..c01e89e59 100755 --- a/scripts/mail-to-translators +++ b/scripts/mail-to-translators @@ -5,6 +5,9 @@ # remove the colon to armor this script. SENDMAIL=": /usr/sbin/sendmail" +LC_ALL=C +LC_CTYPE=C + for file in *.po; do addr=$(head -100 $file | awk '/^# ?Designated-Translator:/ { printf "%s", $0; exit 0}' | sed 's/.*\(<.*>\).*/\1/') if [ -z "$addr" ]; then |