389965 OPTIONS should allow spaces in comma separated list
This commit is contained in:
parent
04d8dc664f
commit
1c5d007384
|
@ -288,7 +288,7 @@ public class Main
|
|||
{
|
||||
String opts[] = assign[1].split(",");
|
||||
for (String opt : opts)
|
||||
_config.addActiveOption(opt);
|
||||
_config.addActiveOption(opt.trim());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue