From 14c256ddba587105d72a8d219f961cd73b38503e Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 29 Dec 2005 10:52:19 -0500 Subject: ENH: Make additional file names optional --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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& 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 files; -- cgit v0.12