Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 278183 Details for
Bug 373073
cdrom.eclass: logic error in cdrom_get_cds path check
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
eutils.eclass.diff
eutils.eclass.diff (text/plain), 606 bytes, created by
Jared B.
on 2011-06-26 05:07:55 UTC
(
hide
)
Description:
eutils.eclass.diff
Filename:
MIME Type:
Creator:
Jared B.
Created:
2011-06-26 05:07:55 UTC
Size:
606 bytes
patch
obsolete
>--- eutils.eclass.orig 2011-06-25 23:18:02.764338513 -0500 >+++ eutils.eclass 2011-06-25 23:50:55.636053704 -0500 >@@ -1527,13 +1527,16 @@ > fi > done > export CDROM_ROOT=${CD_ROOT_1:-${CD_ROOT}} >- einfo "Found CD #${CDROM_CURRENT_CD} root at ${CDROM_ROOT}" > export CDROM_SET=-1 > for f in ${CDROM_CHECK_1//:/ } ; do > ((++CDROM_SET)) >- [[ -e ${CDROM_ROOT}/${f} ]] && break >+ if [[ -e ${CDROM_ROOT}/${f} ]]; then >+ einfo "Found CD #${CDROM_CURRENT_CD} root at ${CDROM_ROOT}" >+ export CDROM_MATCH=${f} >+ return >+ fi > done >- export CDROM_MATCH=${f} >+ CDROM_SET=-1 > return > 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 373073
: 278183