Sort CVS trees by (internal) name.
This commit is contained in:
parent
1834df38f9
commit
d49cfdcd87
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3349
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $Id: cvsweb.cgi,v 1.22 1998-08-13 10:35:26 wosch Exp $
|
||||
# $Id: cvsweb.cgi,v 1.23 1998-08-15 09:59:11 wosch Exp $
|
||||
#
|
||||
|
||||
|
||||
|
@ -144,7 +144,7 @@ if (!-d $cvsroot) {
|
|||
{
|
||||
local(@foo, $i);
|
||||
local($scriptname) = $ENV{'SCRIPT_NAME'};
|
||||
foreach (keys %CVSROOT) {
|
||||
foreach (sort keys %CVSROOT) {
|
||||
if (-d $CVSROOT{$_}) {
|
||||
push(@foo, $_);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue