Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 271063 Details for
Bug 364743
app-portage/gentoolkit-0.3.0 euse does not correctly handle displaying all USE flags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes output of `euse -i` to display all global and all local flags
euse-364743.patch (text/plain), 647 bytes, created by
Jared Hancock
on 2011-04-25 03:45:32 UTC
(
hide
)
Description:
Fixes output of `euse -i` to display all global and all local flags
Filename:
MIME Type:
Creator:
Jared Hancock
Created:
2011-04-25 03:45:32 UTC
Size:
647 bytes
patch
obsolete
>--- /usr/bin/euse 2011-04-03 20:50:50.000000000 -0500 >+++ euse-364743 2011-04-03 22:12:18.000000000 -0500 >@@ -743,13 +743,14 @@ > local found_one > local args > >- set -f > args="${*:-*}" > > if [ -z "${SCOPE}" ]; then >+ set -f > SCOPE="global" showdesc ${args} > echo > SCOPE="local" showdesc ${args} >+ set +f > return > fi > >@@ -758,7 +759,6 @@ > [ "${SCOPE}" == "global" ] && echo "global use flags (searching: ${args})" > [ "${SCOPE}" == "local" ] && echo "local use flags (searching: ${args})" > echo "************************************************************" >- set +f > if [ "${args}" == "*" ]; then > args="${useflags[*]}" > fi
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 364743
: 271063