editing error.

This commit is contained in:
Ulf Möller 1999-08-13 21:02:25 +00:00
parent 5c1d0b314a
commit 0b7618888b
1 changed files with 2 additions and 1 deletions

View File

@ -338,7 +338,8 @@ my $ranlib;
my $perl;
$ranlib=&which("ranlib") or $ranlib="true";
$perl=$ENV{'PERL'} or &which("perl5") or $perl=&which("perl") or $perl="perl";
$perl=$ENV{'PERL'} or $perl=&which("perl5") or $perl=&which("perl")
or $perl="perl";
&usage if ($#ARGV < 0);