From 9dc307ae32461c17c046dca33026e62fed4428ff Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Thu, 21 Sep 2000 05:05:26 +0000 Subject: [PATCH] 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 --- mozilla/config/make-jars.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/config/make-jars.pl b/mozilla/config/make-jars.pl index bf1b1f53cb5..e64111a758c 100644 --- a/mozilla/config/make-jars.pl +++ b/mozilla/config/make-jars.pl @@ -127,6 +127,7 @@ sub JarIt $err = $? >> 8; zipErrorCheck($err); } + Cleanup(); } sub MkDirs @@ -299,4 +300,3 @@ while () { } } -Cleanup();