[Debian-l10n-commits] r1620 - /dl10n/trunk/pootle/sync-projects.d/20di

bubulle at users.alioth.debian.org bubulle at users.alioth.debian.org
Tue Feb 24 07:03:23 UTC 2009


Author: bubulle
Date: Tue Feb 24 07:03:23 2009
New Revision: 1620

URL: http://svn.debian.org/wsvn/?sc=1&rev=1620
Log:
Ignore errors from chmod

Modified:
    dl10n/trunk/pootle/sync-projects.d/20di

Modified: dl10n/trunk/pootle/sync-projects.d/20di
URL: http://svn.debian.org/wsvn/dl10n/trunk/pootle/sync-projects.d/20di?rev=1620&op=diff
==============================================================================
--- dl10n/trunk/pootle/sync-projects.d/20di (original)
+++ dl10n/trunk/pootle/sync-projects.d/20di Tue Feb 24 07:03:23 2009
@@ -14,6 +14,5 @@
 
 # Fix permissions: g+w on everything so that (for instance)
 # members of the pootle group may commit, including the pootle user
-find . -print0 | xargs --null chmod g+w 2>/dev/null
+find . -print0 | xargs --null chmod g+w 2>/dev/null || true
 
-




More information about the Debian-l10n-commits mailing list