- Fixed bug which failed to propagate rc overrides from the command
  line to the default command (thanks to Zach Frazier).
This commit is contained in:
Paul Beckingham 2009-09-06 16:27:28 -04:00
parent bdaa0f89d9
commit 53609b2837
5 changed files with 12 additions and 6 deletions

View file

@ -83,6 +83,7 @@ public:
StringTable stringtable;
std::string program;
std::vector <std::string> args;
std::string overrides;
Cmd cmd;
std::map <std::string, std::string> aliases;
std::vector <std::string> tagAdditions;