Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 155135 Details for
Bug 224507
eselect core.bash should not tamper with bash builtin functions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for eselect trunk
eselect.diff (text/plain), 968 bytes, created by
Ulrich Müller
on 2008-06-01 17:47:51 UTC
(
hide
)
Description:
Patch for eselect trunk
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2008-06-01 17:47:51 UTC
Size:
968 bytes
patch
obsolete
>Index: trunk/libs/core.bash.in >=================================================================== >--- trunk/libs/core.bash.in (revision 388) >+++ trunk/libs/core.bash.in (working copy) >@@ -109,11 +109,6 @@ > done > } > >-# make eval not work, because it's evil >-eval() { >- die "Don't use eval. Find another way." >-} >- > # GNU sed wrapper (real path to GNU sed determined by configure) > sed() { > @SED@ "$@" >Index: trunk/README >=================================================================== >--- trunk/README (revision 388) >+++ trunk/README (working copy) >@@ -25,7 +25,7 @@ > * For the main source, indent is four spaces, no tabs, text width of 80. > * For .eselect files, the same indenting rules apply as for ebuilds. > * Public functions don't get the ``ec_`` prefix, private functions do. >-* eval is evil, so we disabled it. >+* eval is evil, so don't use it. > * Absolute paths to executables are not portable, so don't use them. > > vim: set tw=78 ft=glep :
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 224507
: 155135