From 1eb32d50e833616c88c92a2758b13760426958c3 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 4 Jan 2016 11:25:45 +0100 Subject: [PATCH] Remove incorrect variable assignment --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index e49f349..4ad38ab 100644 --- a/bash_profile +++ b/bash_profile @@ -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