Fix packconfig.pl when WITH_LANG=ALL

Change-Id: Id293760fdc60d79790380d0cbee259b5b1cdd2da
This commit is contained in:
Fridrich Štrba
2012-11-15 17:35:49 +01:00
parent d8edf07ed9
commit 8cd76e0fd8

View File

@@ -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;