mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
stripped \r from win32 curl --version output.
This commit is contained in:
parent
c328cc9608
commit
4a79462c3e
@ -669,8 +669,9 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) {
|
||||
my $cmd = ($extvercmd ne '' ? $extvercmd.' ' : '')."./src/curl${binext} --version|";
|
||||
open(F, $cmd);
|
||||
while(<F>) {
|
||||
print;
|
||||
print LOG;
|
||||
s/\r//;
|
||||
print;
|
||||
print LOG;
|
||||
}
|
||||
close(F);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user