Maybe resolves #84

This commit is contained in:
Yukino Song
2024-10-27 02:46:21 +08:00
parent d46aeccedc
commit 551999be48
2 changed files with 3 additions and 2 deletions

View File

@@ -966,6 +966,7 @@ namespace proc {
// when it contains spaces. Unlike POSIX, Windows forbids quotes in paths,
// so we can safely strip them all out here to avoid confusing the user.
boost::erase_all(ctx.working_dir, "\"");
ctx.working_dir += '\\';
#endif
}