mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-28 15:21:11 +00:00
Fix bogus error message from rmdef.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2542 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -2764,7 +2764,7 @@ sub defrm
|
||||
# make a new "groups" list for the node without the
|
||||
# group that is being removed
|
||||
my $first = 1;
|
||||
my $newgrps;
|
||||
my $newgrps = "";
|
||||
foreach my $grp (@gprslist)
|
||||
{
|
||||
chomp($grp);
|
||||
@@ -2780,7 +2780,7 @@ sub defrm
|
||||
{
|
||||
$newgrps .= ",";
|
||||
}
|
||||
$newgrps .= $grp;
|
||||
$newgrps .="$grp";
|
||||
$first = 0;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user