aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2012-02-05 00:12:15 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2012-02-05 00:12:15 +0530
commit4e9059a83e2122278b31e05b9b15a83c665e6de2 (patch)
tree5c1cf6f68e7e93b41618e7544be0ec1835970f86
parentAdd description for internal function, mozlinguas() (diff)
downloadmozilla-4e9059a83e2122278b31e05b9b15a83c665e6de2.tar.gz
mozilla-4e9059a83e2122278b31e05b9b15a83c665e6de2.tar.bz2
mozilla-4e9059a83e2122278b31e05b9b15a83c665e6de2.zip
Port get_langs.sh to new eclass API
-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})"