po/stats.pl

changeset 24446
0057ba1e6290
parent 22143
778676c8ac77
child 28969
4fbd469968ef
--- a/po/stats.pl	Sun Oct 12 22:02:07 2008 +0000
+++ b/po/stats.pl	Thu Oct 16 07:58:41 2008 +0000
@@ -63,7 +63,7 @@
 	$trans = $fuzz = $untrans = 0;
 	$po = $pos[$index];
 	print STDERR "$po..." if($ARGV[0] eq '-v');
-	system("msgmerge -U $po.po $PACKAGE.pot 2>/dev/null");
+	system("msgmerge --no-location -U $po.po $PACKAGE.pot 2>/dev/null");
 	if (($? & 127) == 2) {
 		printf STDERR "Caught keyboard interrupt--exiting\n";
 		exit

mercurial