diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1e852102b..f2fde5dc8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -983,7 +983,7 @@ int main(int arg_count, char **arg_ptr) { remove_temp_files(output_base); if (run_output) { - system_exec_command_line_app("odin run", false, "%s/%.*s", cwd, LIT(output_base)); + system_exec_command_line_app("odin run", false, "%.*s", LIT(output_base)); } #endif |