From 3b682c577b211319d75ca4375aaacf2cc0c0916d Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 2 Oct 2007 17:10:51 +0000 Subject: [PATCH] Make directory include consistent --- apache/apache-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/apache-lib.pl b/apache/apache-lib.pl index da53ee4c8..3935587ab 100644 --- a/apache/apache-lib.pl +++ b/apache/apache-lib.pl @@ -420,7 +420,7 @@ if ($incdir =~ /^(.*)\[\^([^\]]+)\](.*)$/) { local $accept = join("", grep { !$reject{$_} } map { chr($_) } (32 .. 126)); $incdir = $before."[".$accept."]".$after; } -return glob($incdir); +return sort { $a cmp $b } glob($incdir); } # get_virtual_config(index)