Remove incorrect variable assignment
This commit is contained in:
parent
2bdcf5e4e3
commit
1eb32d50e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue