Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 181346 Details for
Bug 258161
unquoted variable in eutils.class
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
eutils.patch
eutils.patch (text/plain), 480 bytes, created by
Markus Meier
on 2009-02-08 17:16:06 UTC
(
hide
)
Description:
eutils.patch
Filename:
MIME Type:
Creator:
Markus Meier
Created:
2009-02-08 17:16:06 UTC
Size:
480 bytes
patch
obsolete
>Index: eutils.eclass >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v >retrieving revision 1.309 >diff -u -B -r1.309 eutils.eclass >--- eutils.eclass 7 Feb 2009 10:57:38 -0000 1.309 >+++ eutils.eclass 8 Feb 2009 17:15:44 -0000 >@@ -359,7 +359,7 @@ > if [[ -z ${topdir} ]] ; then > [[ -z ${T} ]] \ > && topdir="/tmp" \ >- || topdir=${T} >+ || topdir="${T}" > fi > > if ! type -P mktemp > /dev/null ; then
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 258161
: 181346