From 4e5d693305e5cf6889da5356e07cc592ac25e5db Mon Sep 17 00:00:00 2001 From: wuzhy Date: Mon, 8 Feb 2010 04:30:01 +0000 Subject: [PATCH] fix the output sorting about "nodels lpar" git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5185 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/tabutils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/tabutils.pm b/xCAT-server/lib/xcat/plugins/tabutils.pm index 26c9edebd..8452585ef 100644 --- a/xCAT-server/lib/xcat/plugins/tabutils.pm +++ b/xCAT-server/lib/xcat/plugins/tabutils.pm @@ -1338,7 +1338,7 @@ sub nodels } else { - foreach sort (@$nodes) + foreach (sort @$nodes) { my $noderec; $noderec->{name}->[0] = ($_);