Added back in use Cwd;

This commit is contained in:
warren%netscape.com 2000-07-28 05:08:08 +00:00
parent 5ae34b17f9
commit d0525ce318

View File

@ -2,6 +2,9 @@
# make-jars [-d <destPath>] < <manifest.jr>
use Getopt::Std;
use Cwd;
sub JarIt
{
my ($jarfile, $args) = @_;
@ -73,8 +76,6 @@ sub EnsureFileInDir
return 0;
}
use Getopt::Std;
getopt("d:o:");
my $destPath = ".";