summaryrefslogtreecommitdiffstats
path: root/etc/periodic
diff options
context:
space:
mode:
Diffstat (limited to 'etc/periodic')
-rwxr-xr-xetc/periodic/weekly/330.catman4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/periodic/weekly/330.catman b/etc/periodic/weekly/330.catman
index 6739ae9..9fed4e5 100755
--- a/etc/periodic/weekly/330.catman
+++ b/etc/periodic/weekly/330.catman
@@ -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
OpenPOWER on IntegriCloud