mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08: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
@ -984,7 +984,7 @@ sub listglobals {
|
||||
|
||||
sub noext {
|
||||
my $in = $_[0];
|
||||
$in =~ s/\.d//;
|
||||
$in =~ s/\.md//;
|
||||
return $in;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user