summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-22 12:56:58 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-24 13:22:04 +0200
commit390c602294cc277c8b32cc99f79dd6a5e04d93bb (patch)
treeb1b8164331e67b359fb3cf4d0a4880698137139d /download
parent3d71bf4761192a0e1fb82c80653a22820fadc444 (diff)
source the right file
Change-Id: Id378c5f0a6308964c3d8fb66184f32b72c67d685
Diffstat (limited to 'download')
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index 815d849216c1..8c440f701e64 100755
--- a/download
+++ b/download
@@ -30,7 +30,7 @@ set -o pipefail
# environment setup yet?
if [ -z "$TARFILE_LOCATION" ]; then
- . ./config_host.mk
+ . ./config_host.mk.source
fi
# we want to clone if we are in the bootstrap git repo and clone does not exist yet