sort the output of lsdef

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4350 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2009-10-12 08:26:35 +00:00
parent 1795a0930f
commit 781c5f27d1

View File

@ -2461,7 +2461,7 @@ sub defls
}
# for each object
foreach my $obj (keys %defhash)
foreach my $obj (sort keys %defhash)
{
unless ($obj)