View | Details | Raw Unified | Return to bug 25078
Collapse All | Expand All

(-)a/C4/Installer.pm (-2 / +1 lines)
Lines 811-817 sub generate_output_db_entry { Link Here
811
811
812
    if ($exec_output) {
812
    if ($exec_output) {
813
        foreach my $line (split /\n/, $exec_output) {
813
        foreach my $line (split /\n/, $exec_output) {
814
            push @output, sprintf "\t\t\t\t\t\t   - %s", $line;
814
            push @output, sprintf "\t%s", $line;
815
        }
815
        }
816
    }
816
    }
817
817
818
- 

Return to bug 25078