Environmental variable was not being passed to a subshell as intended.

PR:		bin/35558
Submitted by:	Nicolas Rachinsky <list@rachinsky.de>
This commit is contained in:
Crist J. Clark 2002-03-05 19:13:05 +00:00
parent c6f55f33ea
commit 90bbf5454c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91704

View File

@ -42,8 +42,8 @@ case "$weekly_catman_enable" in
then
for i in $man_locales
do
LC_ALL=$i echo /usr/libexec/catman.local -L \
"$MANPATH" | su -fm man || rc=3
echo /usr/libexec/catman.local -L \
"$MANPATH" | LC_ALL=$i su -fm man || rc=3
done
fi
fi