mirror of
https://github.com/openssl/openssl.git
synced 2024-12-01 05:55:11 +08:00
mk1mf.pl: replace chop to make it work in mixture of perls for Windows.
This commit is contained in:
parent
799379215e
commit
7bb98eee3c
@ -347,7 +347,7 @@ open(IN,"<$infile") || die "unable to open $infile:$!\n";
|
||||
$_=<IN>;
|
||||
for (;;)
|
||||
{
|
||||
chop;
|
||||
s/\s*$//; # was chop, didn't work in mixture of perls for Windows...
|
||||
|
||||
($key,$val)=/^([^=]+)=(.*)/;
|
||||
if ($key eq "RELATIVE_DIRECTORY")
|
||||
|
Loading…
Reference in New Issue
Block a user