From f5397b0c92a3e55e4acd7bc89fddc8c9a969651a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Feb 2015 14:52:23 +0100 Subject: [PATCH] Fix the wrong detection of the number of changeset in the release stats --- scripts/stats-beta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stats-beta.sh b/scripts/stats-beta.sh index 17f9a9b..812bdf7 100755 --- a/scripts/stats-beta.sh +++ b/scripts/stats-beta.sh @@ -43,7 +43,7 @@ DELETE=$(echo $STATS|sed -e "s|.* \([0-9]*\) deletions(-)|\1|g") LIST=$(hg log --rev "$REVISION" --template '{author|person}{desc|firstline|strip|escape} - {node|short}\n'|grep -v "ffxbld") if test $RELEASE -eq 1; then - LIST=$(echo $LIST|sed -e "s|mozilla-beta|mozilla-release|g") + LIST=$(echo "$LIST"|sed -e "s|mozilla-beta|mozilla-release|g") fi # get the list of languages used