Skip to content

Commit

Permalink
Fix bug with linked versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 4, 2021
1 parent 5faffb3 commit 04358f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ int main(int argc, char* argv[])

path julia_path{ GetJuliaPathFromChannel(versionsDB, configDB, juliaChannelToUse, juliaupConfigPath, !juliaVersionFromCmdLine) };

exeArgString.insert(0, "\"" + julia_path.string() + "\"");
exeArgString.insert(0, julia_path.string());

int result = StartProcess(exeArgString);

Expand Down

0 comments on commit 04358f3

Please sign in to comment.