Bug Fix - _forcecolor considered obsolete

- Fixed bug that considered the _forcecolor configuration variable
  to be obsolete.  Thanks to Bruce Dillahunty.
This commit is contained in:
Paul Beckingham 2009-05-19 19:31:26 -04:00
parent 81e96e0ec4
commit 179f60ed8d

View file

@ -362,7 +362,7 @@ std::string handleVersion (Config& conf)
// This configuration variable is supported, but not documented. It exists
// so that unit tests can force color to be on even when the output from task
// is redirected to a file, or stdout is not a tty.
recognized += " _forcecolor";
recognized += "_forcecolor ";
std::vector <std::string> unrecognized;
foreach (i, all)