mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +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
|
||||
[ -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}"
|
||||
|
||||
Reference in New Issue
Block a user