[Jifty-commit] r4236 - in jifty/trunk: bin

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Oct 11 16:08:02 EDT 2007


Author: falcone
Date: Thu Oct 11 16:08:02 2007
New Revision: 4236

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/bin/generate-changelog

Log:
 r25365 at ketch:  falcone | 2007-10-11 16:06:34 -0400
 * fix so we don't try to print to a bogus filehandle


Modified: jifty/trunk/bin/generate-changelog
==============================================================================
--- jifty/trunk/bin/generate-changelog	(original)
+++ jifty/trunk/bin/generate-changelog	Thu Oct 11 16:08:02 2007
@@ -100,7 +100,7 @@
 
 
         if (!$entry->{'edited_msg'} && ref($entry->{msg})) { $entry->{'edited_msg'} = Dumper($entry->{'msg'}); }
-        print format_entry ($entry => 1);
+        print format_entry($entry => 1);
     
     
         my $in = getchar();


More information about the Jifty-commit mailing list