X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/blobdiff_plain/0b140ed1c8428d6984e1e0294b5008670d4f87fe..180c96307487c78d9ee3066eedca2c5ca265b1a5:/ikiwiki.in 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: $@"); }