diff options
author | ru <ru@FreeBSD.org> | 2001-03-02 16:52:14 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-02 16:52:14 +0000 |
commit | 3e8d7346e8d524380230b24dff5cb01becde964b (patch) | |
tree | 225fde80fe94b1fa2ce048160833bd1655dff767 /contrib/sendmail/cf | |
parent | a79ec4865fc9fdfd8362a7fb93be50e7ff00c4f9 (diff) | |
download | FreeBSD-src-3e8d7346e8d524380230b24dff5cb01becde964b.zip FreeBSD-src-3e8d7346e8d524380230b24dff5cb01becde964b.tar.gz |
setlocale(3) has been fixed to match POSIX standard:
LC_ALL takes precedence over other LC_* envariables.
Diffstat (limited to 'contrib/sendmail/cf')
-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 8fb371c..e7b0cd1 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" |