Merge topic 'fix-error-message-typo-tar-cmd'
c4e74367
cmcmd: fix copy/paste typo in '-E tar t' command
This commit is contained in:
commit
c1c1fcb17c
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue