summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-13 12:05:54 -0300
committerpommicket <pommicket@gmail.com>2023-08-13 12:05:54 -0300
commit598d72c0674bb059c0f38f03c4851bcc61e5852d (patch)
treeae01311a6bdf872120b9787d44746ab9cd95db14 /menu.c
parentdbf441cdc74245c5a5f567ae0165146cd74c3b92 (diff)
various little changes, remove calls to change_directory
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}