mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fix the case of overriding a jar entry
This commit is contained in:
parent
fa27c24583
commit
082d396feb
@ -116,7 +116,7 @@ sub JarIt
|
||||
if (!($overrides eq "")) {
|
||||
my $err = 0;
|
||||
print "+++ overriding $overrides\n";
|
||||
system("zip", "$destPath/$jarfile $overrides\n") == 0 or
|
||||
system("zip $destPath/$jarfile $overrides\n") == 0 or
|
||||
$err = $? >> 8;
|
||||
zipErrorCheck($err);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user