diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-22 12:56:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-24 13:22:04 +0200 |
commit | 390c602294cc277c8b32cc99f79dd6a5e04d93bb (patch) | |
tree | b1b8164331e67b359fb3cf4d0a4880698137139d /download | |
parent | 3d71bf4761192a0e1fb82c80653a22820fadc444 (diff) |
source the right file
Change-Id: Id378c5f0a6308964c3d8fb66184f32b72c67d685
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 + . ./config_host.mk.source fi # we want to clone if we are in the bootstrap git repo and clone does not exist yet |