From 598d72c0674bb059c0f38f03c4851bcc61e5852d Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 13 Aug 2023 12:05:54 -0300 Subject: various little changes, remove calls to change_directory --- menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index 67b1fba..1df07ea 100644 --- a/menu.c +++ b/menu.c @@ -514,7 +514,7 @@ static void shell_menu_update(Ted *ted) { arr_add(ted->shell_history, command); } menu_close(ted); - strbuf_cpy(ted->build_dir, ted->cwd); + build_set_working_directory(ted, ted->cwd); build_start_with_command(ted, command); } } -- cgit v1.2.3