Blame SOURCES/bash-completion-manpath.patch

ace944
diff --git a/completions/man b/completions/man
ace944
--- a/completions/man
ace944
+++ b/completions/man
ace944
@@ -53,9 +53,7 @@ _man()
ace944
         return
ace944
     fi
ace944
 
ace944
-    local manpath="$MANPATH"
ace944
-    [[ -z $manpath ]] && \
ace944
-        manpath=$( manpath 2>/dev/null || command man -w 2>/dev/null )
ace944
+    local manpath=$( manpath 2>/dev/null || command man -w 2>/dev/null )
ace944
     [[ -z $manpath ]] && manpath="/usr/share/man:/usr/local/share/man"
ace944
 
ace944
     # determine manual section to search