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:
cjc 2002-03-05 19:13:05 +00:00
parent 3a1d17e45b
commit be470ebd23

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