Echo upload command line

This commit is contained in:
Matthias Neeracher 2014-12-08 05:41:00 +01:00 committed by Matthias Neeracher
parent 9ca39e0cb9
commit 55ca939170

View File

@ -116,6 +116,8 @@ class ASBuilder {
args.append("-b")
args.append(speed!)
}
let cmdLine = task!.launchPath+" "+(args as NSArray).componentsJoinedByString(" ")+"\n"
logOut.writeData(cmdLine.dataUsingEncoding(NSUTF8StringEncoding, allowLossyConversion: true)!)
task!.arguments = args;
task!.launch()
}