revert eval change
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 13 Jul 2008 03:45:21 +0000 (23:45 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 13 Jul 2008 03:45:21 +0000 (23:45 -0400)
ikiwiki.in

index cc3f210b5ef5f345390bda811d0478965827dfc2..3bb881c4320f246b1edd4f9af80014149036d9e4 100755 (executable)
@@ -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: $@");
                }