Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po_report.pl
diff options
context:
space:
mode:
Diffstat (limited to 'po_report.pl')
-rwxr-xr-xpo_report.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/po_report.pl b/po_report.pl
index 1b9fce8..1e1c082 100755
--- a/po_report.pl
+++ b/po_report.pl
@@ -127,8 +127,10 @@ my %COUNTRY = (
print STDERR "Please WAIT, running 'cd po && ../intltool-update --report'\n";
-#my $report = `cd po && ../intltool-update --report 2>&1`;
-my $report = `export LC_ALL=C && cd po && cat report`;
+my $report = `cd po && ../intltool-update --report 2>&1`;
+
+#For test to speed up create a fixed report file with the previous command output
+#my $report = `export LC_ALL=C && cd po && cat report`;
my @report_list = split("\n", $report);