From afcf05e46aacbe58f9fd8338ab6ecf9b7d06d004 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 2 Mar 2001 16:52:14 +0000 Subject: setlocale(3) has been fixed to match POSIX standard: LC_ALL takes precedence over other LC_* envariables. --- contrib/sendmail/cf/sh/makeinfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/sendmail') diff --git a/contrib/sendmail/cf/sh/makeinfo.sh b/contrib/sendmail/cf/sh/makeinfo.sh index 8fb371c2c66e..e7b0cd101fce 100644 --- a/contrib/sendmail/cf/sh/makeinfo.sh +++ b/contrib/sendmail/cf/sh/makeinfo.sh @@ -54,7 +54,7 @@ then else host=`uname -n` fi -echo '#####' built by $user@$host on `LC_TIME=C date` +echo '#####' built by $user@$host on `LC_ALL=C LC_TIME=C date` echo '#####' in `pwd` | sed 's/\/tmp_mnt//' echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//' echo "define(\`__HOST__', $host)dnl" -- cgit v1.2.3