From 90f3b3dda0e1a3cf1094de94462a0e89c986b9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 24 Oct 2010 21:54:13 +0300 Subject: [PATCH] Drop simple id completion, more thorough one is in completions/coreutils. --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index a9896ed5..4e0d3ab7 100644 --- a/bash_completion +++ b/bash_completion @@ -1523,7 +1523,7 @@ for i in a2ps autoconf automake bc gprof ld nm objcopy objdump readelf strip \ touch vdir awk gperf grep grub indent less m4 sed shar date \ tee who texindex cat csplit cut expand fmt fold head \ md5sum nl od paste pr ptx sha1sum sort split tac tail tr unexpand \ - uniq wc ldd bash id irb mkdir rmdir wget curl; do + uniq wc ldd bash irb mkdir rmdir wget curl; do have $i && complete -F _longopt -o filenames $i done