fixed defect: 2824800. sort the output of rscan
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3953 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e13a6936ea
commit
af248057aa
@ -440,7 +440,7 @@ sub format_stanza {
|
||||
#####################################
|
||||
shift(@$values);
|
||||
|
||||
foreach ( @$values ) {
|
||||
foreach ( sort @$values ) {
|
||||
my @data = split /,/;
|
||||
my $type = $data[0];
|
||||
my $i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user