diff --git a/scripts/generate_query_config.pl b/scripts/generate_query_config.pl index af485ce0cf..e99542d7c0 100755 --- a/scripts/generate_query_config.pl +++ b/scripts/generate_query_config.pl @@ -47,7 +47,7 @@ while (my $line = ) { } } -# Read the fill format file into a string +# Read the full format file into a string local $/; open(FORMAT_FILE, "$query_config_format_file") or die "Opening query config format file '$query_config_format_file': $!"; my $query_config_format = ;