Fix the case of overriding a jar entry

This commit is contained in:
cls%seawood.org 2000-09-15 22:19:51 +00:00
parent fa27c24583
commit 082d396feb

View File

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