Skip to content

Commit 390c602

Browse files
committed
source the right file
Change-Id: Id378c5f0a6308964c3d8fb66184f32b72c67d685
1 parent 3d71bf4 commit 390c602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set -o pipefail
3030

3131
# environment setup yet?
3232
if [ -z "$TARFILE_LOCATION" ]; then
33-
. ./config_host.mk
33+
. ./config_host.mk.source
3434
fi
3535

3636
# we want to clone if we are in the bootstrap git repo and clone does not exist yet

0 commit comments

Comments
 (0)