We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7835d93 commit 3912fbfCopy full SHA for 3912fbf
learn/test.cpp
@@ -13,7 +13,7 @@ constexpr static auto XMAKE = __XMAKE__;
13
14
static int process_run(const char *cmd, const char *proj, const char *log) {
15
static const auto exercises = fs::absolute(fs::path(XMAKE) / "exercises");
16
- auto command = std::string("xmake ") + cmd + " -P " + exercises.string() + ' ' + proj;
+ auto command = std::string("xmake ") + cmd + " -P \"" + exercises.string() + "\" " + proj;
17
if (log) {
18
command += " >> ";
19
command += log;
0 commit comments