gtk-doc r705 - trunk



Author: stefkost
Date: Tue Mar 17 11:20:01 2009
New Revision: 705
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=705&view=rev

Log:
	patch by: Vincent Untz <vuntz nome org>
	* gtkdoc-common.pl.in:
	  Be more friendly for files with a space in their name. Fixes #575574.



Modified:
   trunk/ChangeLog
   trunk/gtkdoc-common.pl.in

Modified: trunk/gtkdoc-common.pl.in
==============================================================================
--- trunk/gtkdoc-common.pl.in	(original)
+++ trunk/gtkdoc-common.pl.in	Tue Mar 17 11:20:01 2009
@@ -51,7 +51,7 @@
     my $exit_code = 1;
 
     if (-e $old_file) {
-	`cmp -s $old_file $new_file`;
+	`cmp -s "$old_file" "$new_file"`;
 	$exit_code = $? >> 8;
 #	print "   cmp exit code: $exit_code ($?)\n";
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]