mirror of
https://github.com/curl/curl.git
synced 2026-06-07 21:14:40 +03:00
managen: fix stray $ret reference?
This commit is contained in:
parent
92df3149ec
commit
f1bf984bc2
1 changed files with 0 additions and 1 deletions
|
|
@ -1122,7 +1122,6 @@ sub listglobals {
|
|||
}
|
||||
close(F);
|
||||
}
|
||||
return $ret if($ret);
|
||||
for my $e (0 .. $#globalopts) {
|
||||
$globals .= sprintf "%s--%s", $e?($globalopts[$e+1] ? ", " : " and "):"",
|
||||
$globalopts[$e],;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue