Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 170598 Details for
Bug 245356
sys-apps/portage should remove POSIXLY_CORRECT from env
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
filter POSIXLY_CORRECT, applies to portage-2.2_rc13
posixly_correct.patch (text/plain), 911 bytes, created by
Zac Medico
on 2008-11-03 07:03:43 UTC
(
hide
)
Description:
filter POSIXLY_CORRECT, applies to portage-2.2_rc13
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2008-11-03 07:03:43 UTC
Size:
911 bytes
patch
obsolete
>Index: pym/portage/__init__.py >=================================================================== >--- pym/portage/__init__.py (revision 11803) >+++ pym/portage/__init__.py (revision 11804) >@@ -987,6 +987,11 @@ > "INFOPATH", "MANPATH", > ] > >+ # variables that break bash >+ _environ_filter += [ >+ "POSIXLY_CORRECT", >+ ] >+ > # portage config variables and variables set directly by portage > _environ_filter += [ > "ACCEPT_KEYWORDS", "AUTOCLEAN", >Index: bin/ebuild.sh >=================================================================== >--- bin/ebuild.sh (revision 11803) >+++ bin/ebuild.sh (revision 11804) >@@ -1595,7 +1595,7 @@ > SANDBOX_DEBUG_LOG SANDBOX_DISABLED SANDBOX_LIB > SANDBOX_LOG SANDBOX_ON" > filtered_vars="${readonly_bash_vars} ${READONLY_PORTAGE_VARS} >- BASH_.* PATH" >+ BASH_.* PATH POSIXLY_CORRECT" > if hasq --filter-sandbox $* ; then > filtered_vars="${filtered_vars} SANDBOX_.*" > else
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 245356
:
170597
| 170598