[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 81b916effc39ff1bf4647dbc6f9dad3d946d0d72

Ville Skyttä ville.skytta at iki.fi
Sun Oct 24 19:08:40 UTC 2010


The following commit has been merged in the master branch:
commit 90f3b3dda0e1a3cf1094de94462a0e89c986b9ab
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Oct 24 21:54:13 2010 +0300

    Drop simple id completion, more thorough one is in completions/coreutils.

diff --git a/bash_completion b/bash_completion
index a9896ed..4e0d3ab 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
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list