mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 03:25:25 +02:00
handle/make/config: fix formatting on variables
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -81,7 +81,7 @@ handle_defconfig()
|
|||||||
for y in "${target_dir}/config"/*; do
|
for y in "${target_dir}/config"/*; do
|
||||||
[ -f "${y}" ] || continue
|
[ -f "${y}" ] || continue
|
||||||
config="${y}"
|
config="${y}"
|
||||||
config_name="${config#$target_dir/config/}"
|
config_name="${config#${target_dir}/config/}"
|
||||||
|
|
||||||
printf "handle/make/config %s %s: handling config %s\n" \
|
printf "handle/make/config %s %s: handling config %s\n" \
|
||||||
"${project}" "${target}" "${config_name}"
|
"${project}" "${target}" "${config_name}"
|
||||||
|
|||||||
Reference in New Issue
Block a user