BUG: bad word chars (single quotes) for source '-roots' option
This commit is contained in:
parent
c20efb0923
commit
099ca47119
@ -548,7 +548,7 @@ Foam::argList::argList
|
||||
|
||||
if (options_.found("roots"))
|
||||
{
|
||||
source = "'-roots' option";
|
||||
source = "-roots";
|
||||
IStringStream is(options_["roots"]);
|
||||
roots = readList<fileName>(is);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user