diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-14 04:23:50 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-14 05:18:36 -0600 |
commit | 02b013cf9efd76c770f95e6d4c050c828f280003 (patch) | |
tree | f17bd700244bddf157d6a8da3fea06c04de53aef /download | |
parent | 6e67ad64efbf793952bae2e656a184293c157d99 (diff) |
use get_config_variables in ./download
Change-Id: Ibe36598dfc6aa5205d43556c5e809be8c716f626
Diffstat (limited to 'download')
-rwxr-xr-x | download | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |