From 2ae21801860f96bf5d2dc7cbfbef9553b429b6fb Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 21 Sep 2026 00:45:20 +0100 Subject: mk: fix initialisation of config path right now, the base dir for configs isn't being initialised properly, leading to traversal of the user's / directory whoops indeed. fixed now. Signed-off-by: Leah Rowe --- mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk b/mk index 80f48c2a..7d95656e 100755 --- a/mk +++ b/mk @@ -198,6 +198,7 @@ handle_target() target="${1##*/}" target_dir="$configdir/$target" + defscan="$target_dir/config" configure_target "$target_dir" && \ $if_not_fetch x_ handle_buildcfg -- cgit v1.2.1