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