From 334aa1f7c985e86bd6f0302dbf404927cbb8a19e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 3 Oct 2023 03:10:40 +0100 Subject: handle/make/config: fix formatting on variables Signed-off-by: Leah Rowe --- script/handle/make/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/handle/make/config b/script/handle/make/config index 8795c3ba..31c1b3c2 100755 --- a/script/handle/make/config +++ b/script/handle/make/config @@ -81,7 +81,7 @@ handle_defconfig() for y in "${target_dir}/config"/*; do [ -f "${y}" ] || continue config="${y}" - config_name="${config#$target_dir/config/}" + config_name="${config#${target_dir}/config/}" printf "handle/make/config %s %s: handling config %s\n" \ "${project}" "${target}" "${config_name}" -- cgit v1.2.1