Don't print the chmod command

This commit is contained in:
Pedro Piñera 2018-08-08 12:52:18 +02:00
parent eb31bc53f4
commit 30495acd3e
2 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class BuildCopier: BuildCopying {
if !fileHandler.exists(filePath) { return }
try system.capture("cp", "-rf", filePath.asString, toPath.asString, verbose: false).throwIfError()
if file == "tuist" {
try system.capture("chmod", "+x", toPath.asString, verbose: true).throwIfError()
try system.capture("chmod", "+x", toPath.asString, verbose: false).throwIfError()
}
}
}

Binary file not shown.