summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
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