summaryrefslogtreecommitdiff
path: root/postprocess/packconfig/packconfig.pl
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess/packconfig/packconfig.pl')
-rw-r--r--postprocess/packconfig/packconfig.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packconfig/packconfig.pl b/postprocess/packconfig/packconfig.pl
index c5b4e903c0d4..372ba5e5cba2 100644
--- a/postprocess/packconfig/packconfig.pl
+++ b/postprocess/packconfig/packconfig.pl
@@ -47,7 +47,7 @@ my $current_lang; # big fat global because File::Find is a pig
parse_options();
#pack the .ui translations
-my @langs = split(/\s+/, $ENV{WITH_LANG});
+my @langs = split(/\s+/, $ENV{WITH_LANG_LIST});
foreach (@langs) {
next if ($_ eq "en-US");
my %files_hash;