Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
16 lines
514 B
Diff
16 lines
514 B
Diff
--- docbook2X-0.8.8/perl/db2x_texixml.pl 2006-04-20 05:02:31.000000000 +0200
|
|
+++ docbook2X-0.8.8/perl/db2x_texixml.pl 2008-03-12 15:36:55.000000000 +0100
|
|
@@ -432,8 +432,12 @@ sub texi_openfile {
|
|
$openstr = '>-';
|
|
}
|
|
} else {
|
|
+ if(not $self->{options}->{'to-stdout'}) {
|
|
$openstr .= '> ' . shell_quote($filename);
|
|
print "$filename\n"
|
|
if $self->{options}->{'list-files'};
|
|
+ } else {
|
|
+ $openstr = '>-';
|
|
+ }
|
|
}
|
|
}
|