From 3e8d7346e8d524380230b24dff5cb01becde964b Mon Sep 17 00:00:00 2001 From: ru 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. --- etc/periodic/weekly/320.whatis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/periodic/weekly/320.whatis') diff --git a/etc/periodic/weekly/320.whatis b/etc/periodic/weekly/320.whatis index 6af7747..dfc218a 100755 --- a/etc/periodic/weekly/320.whatis +++ b/etc/periodic/weekly/320.whatis @@ -36,7 +36,7 @@ case "$weekly_whatis_enable" in then for i in ${man_locales} do - LC_CTYPE=$i /usr/libexec/makewhatis.local -a \ + LC_ALL=$i /usr/libexec/makewhatis.local -a \ -L "${MANPATH}" || rc=3 done fi -- cgit v1.1