summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-14 04:23:50 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-14 05:18:36 -0600
commit02b013cf9efd76c770f95e6d4c050c828f280003 (patch)
treef17bd700244bddf157d6a8da3fea06c04de53aef /download
parent6e67ad64efbf793952bae2e656a184293c157d99 (diff)
use get_config_variables in ./download
Change-Id: Ibe36598dfc6aa5205d43556c5e809be8c716f626
Diffstat (limited to 'download')
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index 6e8762a00ee4..c6e94d26affa 100755
--- a/download
+++ b/download
@@ -30,7 +30,7 @@ set -o pipefail
# environment setup yet?
if [ -z "$TARFILE_LOCATION" ]; then
- . ./config_host.mk.source
+ . ./bin/get_config_variables TARFILE_LOCATION GIT_LINK_SRC GIT_NEEDED_SUBMODULES COM CPUNAME VCVER DBGHELP_DLL SRC_ROOT OXYGENOFFICE_PACK
fi
# we want to clone if we are in the bootstrap git repo and clone does not exist yet