handle/make/config: fix formatting on variables

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-10-03 03:10:40 +01:00
parent 8097baa0bd
commit 334aa1f7c9
+1 -1
View File
@@ -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}"