aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/core.bash.in')
-rw-r--r--libs/core.bash.in5
1 files changed, 5 insertions, 0 deletions
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 :