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

git-svn-id: svn://10.0.0.236/trunk@79713 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-09-21 05:05:26 +00:00
parent 7aa2b031a8
commit 9dc307ae32

View File

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