cmcmd: fix copy/paste typo in '-E tar t' command

This commit is contained in:
Ben Boeckel 2015-01-05 13:53:53 -05:00
parent 4b70635c9f
commit c4e743674f
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string>& args)
{ {
if ( !cmSystemTools::ListTar(outFile.c_str(), gzip, verbose) ) 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; return 1;
} }
} }