From 3e32db79216f145c4f0560387b83c3a9b7da2964 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Tue, 29 Mar 2011 09:24:21 -0400 Subject: cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES --- Source/CTest/cmCTestUploadCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CTest/cmCTestUploadCommand.cxx b/Source/CTest/cmCTestUploadCommand.cxx index 52fcc04..731c1c7 100644 --- a/Source/CTest/cmCTestUploadCommand.cxx +++ b/Source/CTest/cmCTestUploadCommand.cxx @@ -38,7 +38,7 @@ bool cmCTestUploadCommand::CheckArgumentKeyword(std::string const& arg) this->ArgumentDoing = ArgumentDoingFiles; return true; } - return this->CheckArgumentValue(arg); + return false; } -- cgit v0.12