diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-07-06 09:48:41 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-07-06 09:48:41 +0530 |
commit | c5ad210bfdb2d03bffe42c5669b5bbce7b19c1cd (patch) | |
tree | 5476be308dc3ab393ad6df1d6e025dac44310eed /scripts | |
parent | Remove obsolete xulrunner and firefox ebuilds (diff) | |
download | mozilla-c5ad210bfdb2d03bffe42c5669b5bbce7b19c1cd.tar.gz mozilla-c5ad210bfdb2d03bffe42c5669b5bbce7b19c1cd.tar.bz2 mozilla-c5ad210bfdb2d03bffe42c5669b5bbce7b19c1cd.zip |
Update scripts/get_langs.sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get_langs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_langs.sh b/scripts/get_langs.sh index 69454b3e..814f8cb9 100755 --- a/scripts/get_langs.sh +++ b/scripts/get_langs.sh @@ -24,5 +24,5 @@ else echo 'Unknown product, dying...' exit 1 fi -LANGS=$(echo ${INBUILT_LANGS} ${XPI_LANGS} | tr " " "\n" | sort -d | uniq) -echo ${LANGS} +LANGS=$(echo ${INBUILT_LANGS} ${XPI_LANGS} | tr " " "\n" | sort -d | uniq | tr "\n" " ") +echo "LANGS=(${LANGS})" |