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

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


The following commit has been merged in the master branch:
commit 82c5d5e2ef6e49af41d5422d7006d8fd6bdc9ad3
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Oct 24 21:58:03 2010 +0300

    Sort _longopt targets.

diff --git a/bash_completion b/bash_completion
index 4e0d3ab..d7d3a76 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1518,12 +1518,12 @@ _longopt()
     fi
 }
 # makeinfo and texi2dvi are defined elsewhere.
-for i in a2ps autoconf automake bc gprof ld nm objcopy objdump readelf strip \
-    bison colordiff diff patch enscript cp df dir du ln ls mkfifo mknod mv rm \
-    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 irb mkdir rmdir wget curl; do
+for i in a2ps autoconf automake awk bash bc bison cat colordiff cp csplit \
+    curl cut date df diff dir du enscript expand fmt fold gperf gprof grep \
+    grub head indent irb ld ldd less ln ls m4 md5sum mkdir mkfifo mknod mv nl \
+    nm objcopy objdump od paste patch pr ptx readelf rm rmdir sed sha1sum \
+    shar sort split strip tac tail tee texindex touch tr unexpand uniq vdir \
+    wc wget who; do
     have $i && complete -F _longopt -o filenames $i
 done
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list