From 180c96307487c78d9ee3066eedca2c5ca265b1a5 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kodama.kitenet.net>
Date: Sat, 12 Jul 2008 23:45:21 -0400
Subject: [PATCH] revert eval change

---
 ikiwiki.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ikiwiki.in b/ikiwiki.in
index cc3f210b5..3bb881c43 100755
--- a/ikiwiki.in
+++ b/ikiwiki.in
@@ -100,7 +100,7 @@ sub getconfig () { #{{{
 	else {
 		# wrapper passes a full config structure in the environment
 		# variable
-		eval {possibly_foolish_untaint($ENV{WRAPPED_OPTIONS})};
+		eval possibly_foolish_untaint($ENV{WRAPPED_OPTIONS});
 		if ($@) {
 			error("WRAPPED_OPTIONS: $@");
 		}
-- 
2.39.5