From e3b5847630145c10f967ac58c290561f0acae2f7 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Sun, 15 May 2005 01:40:40 +0000 Subject: disable eval svn path=/trunk/; revision=102 --- libs/core.bash.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libs/core.bash.in') diff --git a/libs/core.bash.in b/libs/core.bash.in index eafb29f..6db6e4f 100644 --- a/libs/core.bash.in +++ b/libs/core.bash.in @@ -117,4 +117,9 @@ has() { return 1 } +# make eval not work, because it's evil +eval() { + die "Don't use eval. Find another way." +} + # vim: set sw=4 et sts=4 tw=80 : -- cgit v1.2.3-65-gdbad