summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-09-14 19:23:40 +0100
committerLeah Rowe <leah@libreboot.org>2025-09-14 19:23:40 +0100
commitc734a6e75710921cc3734f2e284dfaac80a6f6af (patch)
treeed8f183ced703db2d662d0f1c03309acc47d48f9
parent995963baf4267e2d6221a5efc210130cfb1c64b7 (diff)
tree.sh: fix bad variable referenceHEADmaster
we didn't want to say a variable name here. we only wanted to say "trees". Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--include/tree.sh2
1 files changed, 1 insertions, 1 deletions
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\""