Hi all,

I attempted to submit a bug report to https://alioth.debian.org/tracker/index.php?func=detail&aid=312458&group_id=100114&atid=413095 which did not attach my patch. Alioth is refusing to let me create a new account; hence the guest post.

Please find a unified diff that fixes the issue attached to this message.

As stated, this has been applied for Ubuntu Lucid in Launchpad.

Best wishes,

Martin Eve
--- bash_completion	2010-04-13 10:56:28.679558530 +0100
+++ bash_completion_new	2010-04-13 12:39:46.755250374 +0100
@@ -1781,7 +1781,7 @@
 done
 
 # These commands do not use filenames, so '-o filenames' is not needed.
-for i in env netstat seq uname units wget; do
+for i in env netstat seq uname units; do
     have $i && complete -F _longopt -o default $i
 done
 unset i
_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

Reply via email to