[Debian-l10n-commits] r1077 - /dl10n/trunk/pootle/sync-projects.d/10debconf

bubulle at users.alioth.debian.org bubulle at users.alioth.debian.org
Sun Jul 20 18:22:41 UTC 2008


Author: bubulle
Date: Sun Jul 20 18:22:40 2008
New Revision: 1077

URL: http://svn.debian.org/wsvn/?sc=1&rev=1077
Log:
Correct escaping of files

Modified:
    dl10n/trunk/pootle/sync-projects.d/10debconf

Modified: dl10n/trunk/pootle/sync-projects.d/10debconf
URL: http://svn.debian.org/wsvn/dl10n/trunk/pootle/sync-projects.d/10debconf?rev=1077&op=diff
==============================================================================
--- dl10n/trunk/pootle/sync-projects.d/10debconf (original)
+++ dl10n/trunk/pootle/sync-projects.d/10debconf Sun Jul 20 18:22:40 2008
@@ -134,7 +134,7 @@
 # That's slightly suboptimal but this is the only way to have correct
 # statistics in Pootle
 echo "  Updating Pootle files:"
-for pkg in `find $PROJECTDIR -maxdepth 3 -mindepth 3 -type d | grep -v \.svn` ; do
+for pkg in `find $PROJECTDIR -maxdepth 3 -mindepth 3 -type d | grep -v \\.svn` ; do
 #	echo -n "."
 	for lang in $LANGUAGES; do
 		if [ ! -f $pkg/$lang.po ] ; then
@@ -161,7 +161,7 @@
 # aren't anymore in the tarball. Most of the time, this will be
 # packages that dropped po-debconf support
 cd $PROJECTDIR
-find . -mindepth 3 -maxdepth 3 -type d | grep -v \.svn > /tmp/list-pootle
+find . -mindepth 3 -maxdepth 3 -type d | grep -v \\.svn > /tmp/list-pootle
 cd $TEMPDIR/po/unstable
 find . -mindepth 3 -maxdepth 3 -type d > /tmp/list-tarball
 # We display the diff. It will be up to a human to delete




More information about the Debian-l10n-commits mailing list