Arguments
- rc:___ and rc.___ arguments are no longer propagated to commands that modify tasks.
This commit is contained in:
@@ -588,7 +588,13 @@ const A3 A3::extract_modifications () const
|
||||
before_command = false;
|
||||
|
||||
else if (! before_command)
|
||||
mods.push_back (*arg);
|
||||
{
|
||||
if (arg->_category == "rc" ||
|
||||
arg->_category == "override")
|
||||
;
|
||||
else
|
||||
mods.push_back (*arg);
|
||||
}
|
||||
}
|
||||
|
||||
mods = tokenize (mods);
|
||||
|
||||
Reference in New Issue
Block a user