Bug 307225 - the "-e" option to make-jars doesn't take an argument r=Pike

This commit is contained in:
bsmedberg%covad.net 2005-09-28 15:48:07 +00:00
Родитель 7fe6703e92
Коммит 63545b56a0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -49,7 +49,7 @@ foreach my $arg (@ARGV) {
}
my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
getopts("d:s:t:c:j:f:avlD:o:p:xz:e:");
getopts("d:s:t:c:j:f:avlD:o:p:xz:e");
my $baseFilesDir = ".";
if (defined($::opt_s)) {