From 3e8a55f62612c5cb746ad8a6d7000789f671c594 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 12 Oct 2015 15:49:31 -0500 Subject: Version bumped to 38.3.0 --- makeicecat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makeicecat') diff --git a/makeicecat b/makeicecat index 74d5585..9eff5c0 100644 --- a/makeicecat +++ b/makeicecat @@ -20,7 +20,7 @@ set -e FFMAJOR=38 -FFMINOR=1 +FFMINOR=3 FFSUB=0 GNUVERSION=1 FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB} @@ -91,7 +91,7 @@ mkdir l10n cd l10n while read line;do line=$(echo $line |cut -d' ' -f1) - [ $line = "es-ES" ] || continue + #[ $line = "es-ES" ] || continue [ $line = "en-US" ] && continue hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$line cd $line -- cgit v1.2.3