summaryrefslogtreecommitdiff
path: root/openscad.cc
diff options
context:
space:
mode:
Diffstat (limited to 'openscad.cc')
-rw-r--r--openscad.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.cc b/openscad.cc
index 571ead5..63904ee 100644
--- a/openscad.cc
+++ b/openscad.cc
@@ -48,7 +48,7 @@ void handle_dep(QString filename)
dependencies.insert(QDir::currentPath() + QString("/") + filename);
if (!QFile(filename).exists() && make_command) {
char buffer[4096];
- snprintf(buffer, 4096, "%s '%s", make_command, filename.replace("'", "'\\''").toUtf8().data());
+ snprintf(buffer, 4096, "%s '%s'", make_command, filename.replace("'", "'\\''").toUtf8().data());
system(buffer);
}
}
contact: Jan Huwald // Impressum