revert eval change

master
Joey Hess 2008-07-12 23:45:21 -04:00
parent 0b140ed1c8
commit 180c963074
1 changed files with 1 additions and 1 deletions

View File

@ -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: $@");
}