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