summaryrefslogtreecommitdiff
path: root/include/get.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/get.sh')
-rw-r--r--include/get.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/get.sh b/include/get.sh
index 30813dc0..a0f7fb20 100644
--- a/include/get.sh
+++ b/include/get.sh
@@ -27,7 +27,7 @@ fetch_targets()
fetch_project()
{
- xtree=""
+ xgcctree=""
. "config/git/$project/pkg.cfg" || \
err "Can't read config 'config/git/$project/pkg.cfg'" \
@@ -38,8 +38,8 @@ fetch_project()
"fetch_project" "$@"
fi
- if [ -n "$xtree" ]; then
- x_ ./mk -f coreboot "$xtree"
+ if [ -n "$xgcctree" ]; then
+ x_ ./mk -f coreboot "$xgcctree"
fi
if [ -n "$depend" ]; then
for d in $depend ; do