Package: bash
Version: 3.1-5
Severity: wishlist
Tags: patch

The GUI list for reportbug in `/etc/bash_completion' is out-of-date.
Please apply the attached patch to update it to the currently list.

Thank you in advance,
Philipp Kern
--- bash_completion.old	2006-10-10 19:03:09.000000000 +0200
+++ bash_completion	2006-10-10 19:04:04.000000000 +0200
@@ -4951,7 +4951,7 @@
 		return 0
 		;;
 	    -u|--ui|--interface)
-		COMPREPLY=( $( compgen -W "newt text gnome" -- $cur ) )
+		COMPREPLY=( $( compgen -W "newt text gnome2 urwid" -- $cur ) )
 		return 0
 		;;
 	    -t|--type)

Reply via email to