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:
@@ -127,6 +127,7 @@ sub JarIt
|
||||
$err = $? >> 8;
|
||||
zipErrorCheck($err);
|
||||
}
|
||||
Cleanup();
|
||||
}
|
||||
|
||||
sub MkDirs
|
||||
@@ -299,4 +300,3 @@ while (<STDIN>) {
|
||||
}
|
||||
}
|
||||
|
||||
Cleanup();
|
||||
|
||||
Reference in New Issue
Block a user