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:
parent
4e9a7cfdb9
commit
cb07d67b4d
@ -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']);
|
||||
|
Loading…
Reference in New Issue
Block a user