Moving Cleanup() back into the JarIt() function until a proper fix for the bustage is found.
This commit is contained in:
Родитель
730a158ded
Коммит
b3ec10c512
|
@ -127,6 +127,7 @@ sub JarIt
|
|||
$err = $? >> 8;
|
||||
zipErrorCheck($err);
|
||||
}
|
||||
Cleanup();
|
||||
}
|
||||
|
||||
sub MkDirs
|
||||
|
@ -299,4 +300,3 @@ while (<STDIN>) {
|
|||
}
|
||||
}
|
||||
|
||||
Cleanup();
|
||||
|
|
Загрузка…
Ссылка в новой задаче