Save meta output.

This commit is contained in:
Daniel Nichter
2013-05-01 21:48:39 -07:00
parent fc420ea88e
commit ffd97f1d71

View File

@@ -6142,7 +6142,7 @@ sub run_service {
elsif ( $output =~ m/^meta:(\S+)/ ) {
my $attrib = $1;
$output_file = "$lib_dir/meta/" . $service->name . ".meta.$attrib";
push @output_files, undef;
push @output_files, $output_file;
}
else {
$output_file = '/dev/null';