]> git.pld-linux.org Git - packages/gtk-doc.git/blame - gtk-doc-spaces.patch
- spaces.patch added; resolves bug #575574:
[packages/gtk-doc.git] / gtk-doc-spaces.patch
CommitLineData
5b1a8e08 1diff -burNp gtk-doc-1.11/gtkdoc-common.pl.in gtk-doc-1.11-dud/gtkdoc-common.pl.in
2--- gtk-doc-1.11/gtkdoc-common.pl.in 2008-09-10 18:17:57.000000000 +0200
3+++ gtk-doc-1.11-dud/gtkdoc-common.pl.in 2009-03-17 19:17:33.572282484 +0100
4@@ -51,7 +51,7 @@ sub UpdateFileIfChanged {
5 my $exit_code = 1;
6
7 if (-e $old_file) {
8- `cmp -s $old_file $new_file`;
9+ `cmp -s "$old_file" "$new_file"`;
10 $exit_code = $? >> 8;
11 # print " cmp exit code: $exit_code ($?)\n";
12 }
This page took 0.079431 seconds and 4 git commands to generate.