Moving Cleanup() back into the JarIt() function until a proper fix for the bustage is found.

This commit is contained in:
cls%seawood.org 2000-09-21 05:05:26 +00:00
parent 11adeb79d3
commit 6f858a7d0d

View File

@ -127,6 +127,7 @@ sub JarIt
$err = $? >> 8; $err = $? >> 8;
zipErrorCheck($err); zipErrorCheck($err);
} }
Cleanup();
} }
sub MkDirs sub MkDirs
@ -299,4 +300,3 @@ while (<STDIN>) {
} }
} }
Cleanup();