trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/gnun/server/gnun GNUmakefile.team


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun GNUmakefile.team
Date: Sun, 16 Dec 2012 07:32:57 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       12/12/16 07:32:57

Modified files:
        gnun/server/gnun: GNUmakefile.team 

Log message:
        (report-pos): Fix new vs. inconsistent translations detection.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile.team?cvsroot=trans-coord&r1=1.22&r2=1.23

Patches:
Index: GNUmakefile.team
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile.team,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- GNUmakefile.team    14 Dec 2012 17:56:37 -0000      1.22
+++ GNUmakefile.team    16 Dec 2012 07:32:57 -0000      1.23
@@ -340,11 +340,11 @@
        if $(cmp-POs) $$www_po $$file; then \
          $(RM) $$file-diff.html; \
        else \
-          www_statistics=$(LC_ALL=C $(MSGFMT) --statistics -o /dev/null \
+          www_statistics=`LC_ALL=C $(MSGFMT) --statistics -o /dev/null \
                                        $$www_po 2>&1 \
-                         | egrep '(fuzzy|untranslated)'); \
-          case ".$${www_statistics}.$$statistics." in \
-           .?*.. $(paren) \
+                         | egrep '(fuzzy|untranslated)'`; \
+          case "@address@hidden@" in \
+           @?*@@ $(paren) \
               echo \
        "$${file#./}: the team version seems ready to post."; \
               ;; \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]