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:
parent
3a1d17e45b
commit
be470ebd23
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user