From af248057aa50d4f4a4f6075791e4cad22504432f Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 6 Aug 2009 03:36:16 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/PPCscan.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCscan.pm b/perl-xCAT/xCAT/PPCscan.pm index e79295bcb..b24d6b082 100644 --- a/perl-xCAT/xCAT/PPCscan.pm +++ b/perl-xCAT/xCAT/PPCscan.pm @@ -440,7 +440,7 @@ sub format_stanza { ##################################### shift(@$values); - foreach ( @$values ) { + foreach ( sort @$values ) { my @data = split /,/; my $type = $data[0]; my $i = 0;