[Debian-l10n-commits] dl10n branch master updated. 934618fe56ee73f9cfb2517c30581cfee8fd2abd

Christian Perrier bubulle at alioth.debian.org
Thu Aug 9 11:38:09 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dl10n".

The branch, master has been updated
       via  934618fe56ee73f9cfb2517c30581cfee8fd2abd (commit)
      from  e5e6daac63b3c4d349679873134146cde7fd2f27 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=934618fe56ee73f9cfb2517c30581cfee8fd2abd

commit 934618fe56ee73f9cfb2517c30581cfee8fd2abd
Author: Christian PERRIER <bubulle at debian.org>
Date:   Thu Aug 9 13:38:05 2012 +0200

    Fix syntax error

-----------------------------------------------------------------------

Summary of changes:
 cron/l10n-rrd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cron/l10n-rrd b/cron/l10n-rrd
index 2242c85..54d578a 100755
--- a/cron/l10n-rrd
+++ b/cron/l10n-rrd
@@ -27,7 +27,7 @@ dist=$1
 OPTS=""
 if [ -n "$2" ]
 then
-	if [ "$2" == "BTS" ]
+	if [ "$2" = "BTS" ]
 	then
 		OPTS="--assume-bts"
 		dist=${dist}BTS
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list