Skip to content
Snippets Groups Projects
Commit a9ade930 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Sort help file names, from Peter Eisentraut

parent 0fe4a208
Branches
Tags
No related merge requests found
......@@ -46,7 +46,7 @@ struct _helpStruct
static struct _helpStruct QL_HELP[] = {
";
foreach $file (readdir DIR) {
foreach $file (sort readdir DIR) {
my ($cmdname, $cmddesc, $cmdsynopsis);
$file =~ /\.sgml$/ || next;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment