mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 10:12:04 +02:00
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:
+1
-1
@@ -46,7 +46,7 @@ trees()
|
|||||||
[ -z "$project" ] && fx_ "x_ ./mk $_f" x_ ls -1 config/git && return 1
|
[ -z "$project" ] && fx_ "x_ ./mk $_f" x_ ls -1 config/git && return 1
|
||||||
|
|
||||||
[ -f "config/git/$project/pkg.cfg" ] || \
|
[ -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
|
for d in "elf" "config/data" "config" "src"; do
|
||||||
eval "${d#*/}dir=\"$d/$project\""
|
eval "${d#*/}dir=\"$d/$project\""
|
||||||
|
|||||||
Reference in New Issue
Block a user