2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 00:00:12 +00:00

minor fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8603 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle
2011-01-11 11:48:26 +00:00
parent 4e9a7cfdb9
commit cb07d67b4d

View File

@ -2907,7 +2907,7 @@ sub defls
my $listtab = xCAT::Table->new( 'nodelist' );
if ($listtab and (!defined($::opt_S)) ) {
foreach my $n (@{$rsp_info->{data}}) {
if ( $n =~ /node/ ) {
if ( $n =~ /\(node\)/ ) {
$_= $n;
s/ +\(node\)//;
my ($hidhash) = $listtab->getNodeAttribs($_ ,['hidden']);