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

bubulle at users.alioth.debian.org bubulle at users.alioth.debian.org
Sun Jul 20 17:44:04 UTC 2008


Author: bubulle
Date: Sun Jul 20 17:44:04 2008
New Revision: 1075

URL: http://svn.debian.org/wsvn/?sc=1&rev=1075
Log:
Fix syntax error

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=1075&op=diff
==============================================================================
--- dl10n/trunk/pootle/sync-projects.d/10debconf (original)
+++ dl10n/trunk/pootle/sync-projects.d/10debconf Sun Jul 20 17:44:04 2008
@@ -103,7 +103,7 @@
 
 # Some packages should be ignored for various reasons
 echo "  Cleaning out ignored packages"
-for $pkg in $IGNORE; do
+for pkg in $IGNORE; do
  echo "    $pkg"
  rm -rf `find $PROJECTDIR -mindepth 3 -maxdepth 3 -name $pkg` #2>/dev/null
 done




More information about the Debian-l10n-commits mailing list