mirror of
https://github.com/curl/curl.git
synced 2026-06-14 04:35:39 +03:00
backtick to qx
This commit is contained in:
parent
73daec6620
commit
7aa55663c3
2 changed files with 3 additions and 3 deletions
2
.github/scripts/randcurl.pl
vendored
2
.github/scripts/randcurl.pl
vendored
|
|
@ -61,7 +61,7 @@ sub storedata {
|
|||
}
|
||||
|
||||
sub getoptions {
|
||||
my @all = `$curl --help all`;
|
||||
my @all = qx($curl --help all);
|
||||
for my $o (@all) {
|
||||
chomp $o;
|
||||
if($o =~ /^ -(.), --([^ ]*) (.*)/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue