From 673a4aa49d70708453ccea30c7a723af271ee19c Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sat, 11 Feb 2012 20:19:20 +0100 Subject: quilt mail: Don't use localized date format in From lines --- quilt/mail.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quilt/mail.in b/quilt/mail.in index da4fcab..99102b7 100644 --- a/quilt/mail.in +++ b/quilt/mail.in @@ -141,7 +141,7 @@ process_mail() | ${QUILT_SENDMAIL:-sendmail} \ ${QUILT_SENDMAIL_ARGS--f "$opt_sender"} "$@" else - local from_date=$(date "+%a %b %e %H:%M:%S %Y") + local from_date=$(LC_ALL=POSIX date "+%a %b %e %H:%M:%S %Y") echo "From $opt_sender_address $from_date" sed -e 's/^From />From /' $tmpfile echo -- cgit