diff options
author | 2009-10-23 16:41:34 +0000 | |
---|---|---|
committer | 2009-10-23 16:41:34 +0000 | |
commit | 76867bf1a47570cd9548100caed519252b5ced5a (patch) | |
tree | 211508b7146ebc1b41e563baecfed8f54787dae4 /libs | |
parent | Fix typo. (diff) | |
download | eselect-76867bf1a47570cd9548100caed519252b5ced5a.tar.gz eselect-76867bf1a47570cd9548100caed519252b5ced5a.tar.bz2 eselect-76867bf1a47570cd9548100caed519252b5ced5a.zip |
Don't redefine shell builtin functions, fixes bug 224507.
svn path=/trunk/; revision=695
Diffstat (limited to 'libs')
-rw-r--r-- | libs/core.bash.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/core.bash.in b/libs/core.bash.in index 4326627..ceb9a4a 100644 --- a/libs/core.bash.in +++ b/libs/core.bash.in @@ -103,11 +103,6 @@ inherit() { 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@ "$@" |