diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 32cad9a..0d9de9f 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -964,7 +964,7 @@ int cmake::CMakeCommand(std::vector<std::string>& args) } // Untar files - else if (args[1] == "untar" && args.size() > 3) + else if (args[1] == "untar" && args.size() > 2) { std::string outFile = args[2]; std::vector<cmStdString> files; |