Fix an error message

This commit is contained in:
Ralf S. Engelschall 1998-12-30 07:12:35 +00:00
parent 4098e89cbf
commit 9b21f59103

View File

@ -269,7 +269,7 @@ foreach (@ARGV)
} }
else else
{ {
die "unknown options, only -Dxxx, -Lxxx -lxxx supported\n"; die "unknown options, only -Dxxx, -Lxxx and -lxxx supported\n";
} }
} }
else else