Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by dpage: Ignore files that don't match ??_??

CVS Commit by dpage: Ignore files that don't match ??_??



Log Message:
-----------
Ignore files that don't match ??_??

Modified Files:
--------------
    pgadmin3:
        stringmerge (r1.6 -> r1.7)

Index: stringmerge
===================================================================
RCS file: /projects/pgadmin3/stringmerge,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lstringmerge -Lstringmerge -u -w -r1.6 -r1.7
--- stringmerge
+++ stringmerge
@@ -13,7 +13,7 @@
 
 if test -f pgadmin3.pot; then
 
-  for GETTEXTDIR in src/ui/*_* ; do
+  for GETTEXTDIR in src/ui/??_?? ; do
   	echo "Entering $GETTEXTDIR."
     cd $GETTEXTDIR
     echo "Updating from CVS."


Home | Main Index | Thread Index

top