mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
parent
5d1ecbcbd2
commit
70afa0d251
@ -5970,7 +5970,8 @@ if(!$randseed) {
|
||||
localtime(time);
|
||||
# seed of the month. December 2019 becomes 201912
|
||||
$randseed = ($year+1900)*100 + $mon+1;
|
||||
open(C, "$CURL --version 2>/dev/null|");
|
||||
open(C, "$CURL --version 2>/dev/null|") ||
|
||||
die "could not get curl version!";
|
||||
my @c = <C>;
|
||||
close(C);
|
||||
# use the first line of output and get the md5 out of it
|
||||
|
Loading…
Reference in New Issue
Block a user