[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kde-common/admin
From:       David Faure <faure () kde ! org>
Date:       2005-04-27 13:20:29
Message-ID: 20050427132029.4A694630 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

notice differences like "#, no-c-format" though.


  M +2 -2      cvs.sh   1.157


--- kde-common/admin/cvs.sh  #1.156:1.157
@@ -586,5 +586,5 @@
 
 for i in `ls -1 po/*.pot 2>/dev/null | sed -e "s#po/##"`; do
-  egrep -v '^#' po/$i | egrep '^.*[^ ]+.*$' | grep -v "\"POT-Creation" > \
po.backup/$i +  egrep -v '^#[^,]' po/$i | egrep '^.*[^ ]+.*$' | grep -v \
"\"POT-Creation" > po.backup/$i  cat po/$i > po.backup/backup_$i
   touch -r po/$i po.backup/backup_$i
@@ -600,5 +600,5 @@
   sed -e 's,^"Content-Type: text/plain; charset=CHARSET\\n"$,"Content-Type: \
text/plain; charset=UTF-8\\n",' po/$i > po/$i.new && mv po/$i.new po/$i  #msgmerge -q \
                -o po/$i po/$i po/$i
-  egrep -v '^#' po/$i | egrep '^.*[^ ]+.*$' | grep -v "\"POT-Creation" > temp.pot
+  egrep -v '^#[^,]' po/$i | egrep '^.*[^ ]+.*$' | grep -v "\"POT-Creation" > \
temp.pot  if test -f po.backup/$i && ! cmp -s temp.pot po.backup/$i; then
     echo "will update $i"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic