Kaydet (Commit) 8cd76e0f authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Fix packconfig.pl when WITH_LANG=ALL

Change-Id: Id293760fdc60d79790380d0cbee259b5b1cdd2da
üst d8edf07e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment