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
Родитель 730a158ded
Коммит b3ec10c512
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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