Skip to content

Commit

Permalink
Fix bug in cloning extra_config.
Browse files Browse the repository at this point in the history
The bug was introduced in commit ee774d2.

Per gripe from Tom Lane.
  • Loading branch information
adunstan committed Mar 28, 2014
1 parent 69c92f5 commit 9eb9e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_build.pl
Expand Up @@ -465,7 +465,7 @@ END
# is less efficient but it hardly matters here for this shallow
# structure.

$extra_config = eval Dumper($extra_config);
eval Data::Dumper->Dump([$extra_config],['extra_config']);

if ($extra_config && $extra_config->{DEFAULT})
{
Expand Down

0 comments on commit 9eb9e6c

Please sign in to comment.