aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-12 23:45:21 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-12 23:45:21 -0400
commit180c96307487c78d9ee3066eedca2c5ca265b1a5 (patch)
treeae7d7a070c38c1e9c02a602f12a401a0fc2cd252 /ikiwiki.in
parent0b140ed1c8428d6984e1e0294b5008670d4f87fe (diff)
downloadikiwiki-180c96307487c78d9ee3066eedca2c5ca265b1a5.tar
ikiwiki-180c96307487c78d9ee3066eedca2c5ca265b1a5.tar.gz
revert eval change
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in2
1 files changed, 1 insertions, 1 deletions
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: $@");
}