mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:43:33 +03:00
stripped \r from win32 curl --version output.
This commit is contained in:
parent
c328cc9608
commit
4a79462c3e
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue