Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 487514 Details for
Bug 626748
app-shells/gentoo-bashcomp not complete sets
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gentoo-bashcomp-sets.patch
gentoo-bashcomp-20140911-sets.patch (text/plain), 631 bytes, created by
Marco Genasci
on 2017-08-01 08:27:01 UTC
(
hide
)
Description:
gentoo-bashcomp-sets.patch
Filename:
MIME Type:
Creator:
Marco Genasci
Created:
2017-08-01 08:27:01 UTC
Size:
631 bytes
patch
obsolete
>diff -Naur gentoo-bashcomp-20140911.orig/completions/emerge gentoo-bashcomp-20140911/completions/emerge >--- gentoo-bashcomp-20140911.orig/completions/emerge 2017-07-31 12:08:49.600078267 +0200 >+++ gentoo-bashcomp-20140911/completions/emerge 2017-07-31 12:09:22.110078420 +0200 >@@ -26,6 +26,12 @@ > return 0 > fi > >+ if [[ ${cur} =~ ^@ ]] ; then >+ local SET_LIST=($(emerge --list-sets | xargs)) >+ COMPREPLY=( $( compgen -W '${SET_LIST[@]/#/@}' $cur ) ) >+ return 0 >+ fi >+ > # find action > for x in ${COMP_LINE} ; do > if [[ ${x} =~ ^(system|world)$ ]] || [[ ${x} =~ -[CPcs] ]] || \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 626748
: 487514