mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:07:23 +03:00
mk-ca-bundle.pl: use open() with argument list to replace backticks
On Windows this requires Perl 5.22 from year 2015.
Also:
- mdlinkcheck: delete redundant error handling logic.
Follow-up to 77be4a7ab2 #19437
Closes #19461
This commit is contained in:
parent
f544eb97da
commit
d499aa5238
2 changed files with 13 additions and 9 deletions
|
|
@ -145,10 +145,6 @@ sub checkurl {
|
|||
@content = <$fh>;
|
||||
close $fh;
|
||||
}
|
||||
else {
|
||||
print STDERR "FAIL\n";
|
||||
return 1; # fail
|
||||
}
|
||||
if(!$content[0]) {
|
||||
print STDERR "FAIL\n";
|
||||
return 1; # fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue