Remove incorrect variable assignment

This commit is contained in:
Fernando Schauenburg 2016-01-04 11:25:45 +01:00
parent 2bdcf5e4e3
commit 1eb32d50e8

View file

@ -18,7 +18,7 @@ done
# Prepend custom man directories to MATPATH if they exist, so that we get
# correct man page entries when multiple versions of a command are available.
for p in localman=/usr/local/share/man /usr/local/opt/coreutils/libexec/gnuman
for p in /usr/local/share/man /usr/local/opt/coreutils/libexec/gnuman
do
[ -d "$p" ] && export MANPATH="$p:$MANPATH"
done