[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-403-gbd482ca

Igor Murzov e-mail at date.by
Sun Jul 17 22:56:48 UTC 2011


The following commit has been merged in the master branch:
commit bd482ca2f221323aa461ca75c9457ec11f43570e
Author: Igor Murzov <e-mail at date.by>
Date:   Mon Jul 18 02:48:42 2011 +0400

    host, nslookup: Remove completions for bind utils from bash_completion.
    
    This fixes tests on systems without bind.

diff --git a/bash_completion b/bash_completion
index 6297bb8..f5ae06b 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1466,8 +1466,7 @@ _known_hosts_real()
     return 0
 } # _known_hosts_real()
 complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \
-    ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig mtr \
-    ssh-installkeys showmount
+    ping6 fping fping6 telnet rsh rlogin ftp dig mtr ssh-installkeys showmount
 
 # This meta-cd function observes the CDPATH variable, so that cd additionally
 # completes on directories under those specified in CDPATH.

-- 
bash-completion



More information about the Bash-completion-commits mailing list