handle/make/config: fix formatting on variables
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
8097baa0bd
commit
334aa1f7c9
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue