From c734a6e75710921cc3734f2e284dfaac80a6f6af Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 14 Sep 2025 19:23:40 +0100 Subject: 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 --- include/tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tree.sh b/include/tree.sh index b3e76fef..44c41a6f 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -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\"" -- cgit v1.2.1