Commit 0b761888 authored by Ulf Möller's avatar Ulf Möller
Browse files

editing error.

parent 5c1d0b31
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);