fix for bug 2998069
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6309 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f7a46424bf
commit
1de6b0b66e
@ -1105,7 +1105,7 @@ sub setobjdefs
|
||||
foreach my $i (sort @currentList)
|
||||
{
|
||||
chomp $i;
|
||||
if (!grep(/^$i$/, @minusList))
|
||||
if (!grep(/^\Q$i\E$/, @minusList))
|
||||
{
|
||||
|
||||
# set new list for node
|
||||
|
Loading…
Reference in New Issue
Block a user