[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-57-g9af6f35

Ville Skyttä ville.skytta at iki.fi
Mon Apr 4 21:38:53 UTC 2011


The following commit has been merged in the master branch:
commit 0c08c5a009d3a60cfb93edc14462b85374f1be6b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Apr 4 23:52:56 2011 +0300

    Drop unnecessary $USERLAND check.

diff --git a/completions/ifupdown b/completions/ifupdown
index f81e08d..75f9aeb 100644
--- a/completions/ifupdown
+++ b/completions/ifupdown
@@ -16,7 +16,8 @@ _ifupdown()
     return 0
 } &&
 complete -F _ifupdown ifup ifdown
-[ $USERLAND = GNU ] && have ifstatus && complete -F _ifupdown ifstatus
+
+have ifstatus && complete -F _ifupdown ifstatus
 
 # Local variables:
 # mode: shell-script

-- 
bash-completion



More information about the Bash-completion-commits mailing list