Kaydet (Commit) 390c6022 authored tarafından David Tardon's avatar David Tardon

source the right file

Change-Id: Id378c5f0a6308964c3d8fb66184f32b72c67d685
üst 3d71bf47
...@@ -30,7 +30,7 @@ set -o pipefail ...@@ -30,7 +30,7 @@ set -o pipefail
# environment setup yet? # environment setup yet?
if [ -z "$TARFILE_LOCATION" ]; then if [ -z "$TARFILE_LOCATION" ]; then
. ./config_host.mk . ./config_host.mk.source
fi fi
# we want to clone if we are in the bootstrap git repo and clone does not exist yet # we want to clone if we are in the bootstrap git repo and clone does not exist yet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment