tree.sh: fix bad variable reference

we didn't want to say a variable name here.
we only wanted to say "trees".

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-09-14 19:23:40 +01:00
parent 995963baf4
commit c734a6e757
+1 -1
View File
@@ -46,7 +46,7 @@ trees()
[ -z "$project" ] && fx_ "x_ ./mk $_f" x_ ls -1 config/git && return 1
[ -f "config/git/$project/pkg.cfg" ] || \
err "config/git/$project/pkg.cfg missing" "$trees" "$@"
err "config/git/$project/pkg.cfg missing" "trees" "$@"
for d in "elf" "config/data" "config" "src"; do
eval "${d#*/}dir=\"$d/$project\""