mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:17:16 +03:00
managen: fix the option sort order
... it used to strip off the .d file extension to sort correctly but
ever since the extension changed to .md the operation failed and the
sort got wrong.
Follow-up to 2494b8dd51
Closes #13567
This commit is contained in:
parent
e1cf21b5c2
commit
a95fd86404
1 changed files with 1 additions and 1 deletions
|
|
@ -984,7 +984,7 @@ sub listglobals {
|
|||
|
||||
sub noext {
|
||||
my $in = $_[0];
|
||||
$in =~ s/\.d//;
|
||||
$in =~ s/\.md//;
|
||||
return $in;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue