* [gentoo-commits] gentoo-bashcomp r97 - trunk
@ 2010-05-04 3:15 Jeremy Olexa (darkside)
0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2010-05-04 3:15 UTC (permalink / raw
To: gentoo-commits
Author: darkside
Date: 2010-05-04 03:15:48 +0000 (Tue, 04 May 2010)
New Revision: 97
Modified:
trunk/gentoo
Log:
Complete equery depgraph on all package names, bug 298916 patch by Jacek Sowi?\197?\132ski
Modified: trunk/gentoo
===================================================================
--- trunk/gentoo 2010-05-04 03:11:19 UTC (rev 96)
+++ trunk/gentoo 2010-05-04 03:15:48 UTC (rev 97)
@@ -1218,8 +1218,8 @@
COMPREPLY=($(compgen -W "--help -U --no-useflags -l --linear" -- $cur))
;;
*)
- # Complete on installed package names.
- _pkgname -I $cur
+ # Complete on all package names.
+ _pkgname -A $cur
;;
esac
fi
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-04 3:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04 3:15 [gentoo-commits] gentoo-bashcomp r97 - trunk Jeremy Olexa (darkside)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox