diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tree.sh | 2 |
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\"" |