mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
cmcmd: fix copy/paste typo in '-E tar t' command
This commit is contained in:
+1
-1
@@ -753,7 +753,7 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string>& args)
|
||||
{
|
||||
if ( !cmSystemTools::ListTar(outFile.c_str(), gzip, verbose) )
|
||||
{
|
||||
cmSystemTools::Error("Problem creating tar: ", outFile.c_str());
|
||||
cmSystemTools::Error("Problem listing tar: ", outFile.c_str());
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user