diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-02 16:52:14 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-02 16:52:14 +0000 |
commit | afcf05e46aacbe58f9fd8338ab6ecf9b7d06d004 (patch) | |
tree | 4d1655d724be575f060459c555ab30a5630ec3e9 /contrib/sendmail | |
parent | 7a6be913664526370f69f43e340b7ed33f20ea8f (diff) | |
download | src-afcf05e46aacbe58f9fd8338ab6ecf9b7d06d004.tar.gz src-afcf05e46aacbe58f9fd8338ab6ecf9b7d06d004.zip |
setlocale(3) has been fixed to match POSIX standard:
LC_ALL takes precedence over other LC_* envariables.
Notes
Notes:
svn path=/head/; revision=73349
Diffstat (limited to 'contrib/sendmail')
-rw-r--r-- | contrib/sendmail/cf/sh/makeinfo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |