From 02b013cf9efd76c770f95e6d4c050c828f280003 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Wed, 14 Nov 2012 04:23:50 -0600 Subject: [PATCH] use get_config_variables in ./download Change-Id: Ibe36598dfc6aa5205d43556c5e809be8c716f626 --- download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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