Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Track log directory change
  • Loading branch information
coke committed Jan 8, 2014
1 parent f277fb6 commit e8a1465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cull
Expand Up @@ -12,7 +12,7 @@ my $csv = Text::CSV->new() ;
my $best = "";
my $max = 0;
foreach my $type (@types) {
my $output = `grep '"total"' ${type}_summary.out`;
my $output = `grep '"total"' log/${type}_summary.out`;
$output =~ s/total/$type/;
chomp $output;
$csv->parse($output);
Expand Down

0 comments on commit e8a1465

Please sign in to comment.