mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-08-03 16:06:59 +00:00
967560180c
nodech's ^= operator removed only a single literal value, so "nodech n1 groups^=a,b" tried to strip the combined string "a,b" and left the individual groups in place. Split the value on commas and remove each piece. Recovered from the unmerged lenovobuild branch (original95c78b33). Co-authored-by: Jarrod Johnson <10814490+jjohnson42@users.noreply.github.com> (cherry picked from commitf71ddef6ba)