[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 4a69a5a53cd68d058b05ce1cd9398eefb00aa5bb

Ville Skyttä ville.skytta at iki.fi
Sun Oct 24 09:44:16 UTC 2010


The following commit has been merged in the master branch:
commit 1b13f96ff5d0386a56fef996dde3fb04bc8fc390
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Oct 23 23:05:56 2010 +0300

    Remove redundant code.

diff --git a/completions/man b/completions/man
index 0cf3e2e..6918fb4 100644
--- a/completions/man
+++ b/completions/man
@@ -68,10 +68,7 @@ _man()
 
     __ltrim_colon_completions "$cur"
     return 0
-}
-[ $USERLAND = GNU -o $UNAME = Darwin \
-  -o $UNAME = FreeBSD -o $UNAME = SunOS -o $UNAME = Cygwin \
-  -o $UNAME = OpenBSD ] && \
+} &&
 complete -F _man -o filenames man apropos whatis
 
 # Local variables:

-- 
bash-completion



More information about the Bash-completion-commits mailing list