aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/processcommandexecutor.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-05-27 14:10:31 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-05-27 14:27:45 +0200
commit07691857cd7607e3f71eaa11c036172a8771584f (patch)
tree3ad3b5a70120f48361a5709736f2e3a7756f2371 /src/lib/corelib/buildgraph/processcommandexecutor.cpp
parent8819fab638f8b41a92f425088228d583a3f6d4df (diff)
parent1cfa5ed52c2cdfaf0a0a6b12a1f41bce0a9a67e1 (diff)
Merge 1.5 into master.
Diffstat (limited to 'src/lib/corelib/buildgraph/processcommandexecutor.cpp')
-rw-r--r--src/lib/corelib/buildgraph/processcommandexecutor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/processcommandexecutor.cpp b/src/lib/corelib/buildgraph/processcommandexecutor.cpp
index bf526f6f8..e7687bdd8 100644
--- a/src/lib/corelib/buildgraph/processcommandexecutor.cpp
+++ b/src/lib/corelib/buildgraph/processcommandexecutor.cpp
@@ -132,7 +132,7 @@ void ProcessCommandExecutor::doStart()
return;
}
for (int i = cmd->responseFileArgumentIndex(); i < cmd->arguments().count(); ++i) {
- responseFile.write(cmd->arguments().at(i).toLocal8Bit());
+ responseFile.write(qbs::Internal::shellQuote(cmd->arguments().at(i)).toLocal8Bit());
responseFile.write("\n");
}
responseFile.close();