Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263372
Collapse All | Expand All

(-)trunk/gtkdoc-common.pl.in (-1 / +1 lines)
Lines 51-57 Link Here
51
    my $exit_code = 1;
51
    my $exit_code = 1;
52
52
53
    if (-e $old_file) {
53
    if (-e $old_file) {
54
	`cmp -s $old_file $new_file`;
54
	`cmp -s "$old_file" "$new_file"`;
55
	$exit_code = $? >> 8;
55
	$exit_code = $? >> 8;
56
#	print "   cmp exit code: $exit_code ($?)\n";
56
#	print "   cmp exit code: $exit_code ($?)\n";
57
    }
57
    }

Return to bug 263372