mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
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
c6f55f33ea
commit
90bbf5454c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91704
@ -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…
Reference in New Issue
Block a user