r514 - trunk/misc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Feb 28 02:36:41 EST 2008


Author: icculus
Date: 2008-02-28 02:36:41 -0500 (Thu, 28 Feb 2008)
New Revision: 514

Modified:
   trunk/misc/localization2pot.pl
Log:
Output tweak.


Modified: trunk/misc/localization2pot.pl
===================================================================
--- trunk/misc/localization2pot.pl	2008-02-28 07:34:15 UTC (rev 513)
+++ trunk/misc/localization2pot.pl	2008-02-28 07:36:41 UTC (rev 514)
@@ -10,6 +10,7 @@
 binmode(STDERR, ":utf8");
 
 my $svnver = `svnversion . 2>/dev/null`;
+chomp($svnver);
 $svnver = ", version svn-$svnver" if ($svnver ne '');
 
 print <<__EOF__;
@@ -18,7 +19,7 @@
 #
 # Please see the file LICENSE.txt in the source's root directory.
 #
-# This file generated by localization2pot.pl${svnver}
+# This file generated by localization2pot.pl${svnver} ...
 #
 #
 # NOTE: If you care about Unicode or ASCII chars above 127, this file _MUST_




More information about the mojosetup-commits mailing list