aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get_langs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_langs.sh b/scripts/get_langs.sh
index 814f8cb9..68c61952 100755
--- a/scripts/get_langs.sh
+++ b/scripts/get_langs.sh
@@ -25,4 +25,4 @@ else
exit 1
fi
LANGS=$(echo ${INBUILT_LANGS} ${XPI_LANGS} | tr " " "\n" | sort -d | uniq | tr "\n" " ")
-echo "LANGS=(${LANGS})"
+echo "MOZ_LANGS=(${LANGS})"