aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-10-23 16:41:34 +0000
committerUlrich Müller <ulm@gentoo.org>2009-10-23 16:41:34 +0000
commit76867bf1a47570cd9548100caed519252b5ced5a (patch)
tree211508b7146ebc1b41e563baecfed8f54787dae4 /libs
parentFix typo. (diff)
downloadeselect-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.in5
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@ "$@"