From: Joey Hess Date: Sun, 13 Jul 2008 03:45:21 +0000 (-0400) Subject: revert eval change X-Git-Tag: 2.54~70^2~11 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/180c96307487c78d9ee3066eedca2c5ca265b1a5?ds=sidebyside;hp=--cc revert eval change --- 180c96307487c78d9ee3066eedca2c5ca265b1a5 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: $@"); }