summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-03 03:10:40 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-03 03:10:40 +0100
commit334aa1f7c985e86bd6f0302dbf404927cbb8a19e (patch)
tree07f2baf12f90a4ba606887973c292d38c1453189 /script
parent8097baa0bdabcefd804c7acfc48b14243012eea4 (diff)
handle/make/config: fix formatting on variables
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/handle/make/config2
1 files changed, 1 insertions, 1 deletions
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}"