Arguments

- rc:___ and rc.___ arguments are no longer propagated to commands
  that modify tasks.
This commit is contained in:
Paul Beckingham 2011-07-31 11:18:16 -04:00
parent c244132476
commit 1884223a2e

View file

@ -588,8 +588,14 @@ const A3 A3::extract_modifications () const
before_command = false;
else if (! before_command)
{
if (arg->_category == "rc" ||
arg->_category == "override")
;
else
mods.push_back (*arg);
}
}
mods = tokenize (mods);
context.a3._limit = mods._limit;