summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
Diffstat (limited to 'makeicecat')
-rw-r--r--makeicecat4
1 files changed, 2 insertions, 2 deletions
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