cmcmd: fix copy/paste typo in '-E tar t' command
This commit is contained in:
parent
4b70635c9f
commit
c4e743674f
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue