summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Murzov <e-mail@date.by>2011-07-18 02:48:42 +0400
committerIgor Murzov <e-mail@date.by>2011-07-18 02:48:42 +0400
commitbd482ca2f221323aa461ca75c9457ec11f43570e (patch)
tree416765de9c148cfacb9a0be177bf6153f47878a9
parent602e9837b76c9b75c567ae395121656d437040e9 (diff)
downloadbash-completion-bd482ca2f221323aa461ca75c9457ec11f43570e.tar.gz
host, nslookup: Remove completions for bind utils from bash_completion.
This fixes tests on systems without bind.
-rw-r--r--bash_completion3
1 files changed, 1 insertions, 2 deletions
diff --git a/bash_completion b/bash_completion
index 6297bb8b..f5ae06b1 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.