make sure ; expansion is done in all commands

This commit is contained in:
Bill Hoffman
2002-03-29 14:20:32 -05:00
parent 0223ba91f3
commit 7d76de4403
63 changed files with 283 additions and 263 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ void cmLBDepend::DependWalk(cmDependInformation* info)
// cmOutputRequiredFilesCommand
bool cmOutputRequiredFilesCommand::InitialPass(std::vector<std::string> const& args)
{
if(args.size() < 2 )
if(args.size() != 2 )
{
this->SetError("called with incorrect number of arguments");
return false;