diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get_langs.sh | 2 |
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})" |