summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-25 01:02:17 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-25 01:02:17 +0300
commitc5f297649c303c4017ecac1670bc60c67e46e6ba (patch)
tree2c1eac1b7c54078ffd91c4bfc56a4bad735ecac1 /download
parent76a27e577e912476252fe31543b24ee58b22fe63 (diff)
Change *Env.Set.sh to Env.Host.sh
Diffstat (limited to 'download')
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index acdd999069bf..a8ff2bf9ba42 100755
--- a/download
+++ b/download
@@ -28,7 +28,7 @@
# environment setup yet?
if [ -z "$TARFILE_LOCATION" ]; then
- . ./*Env.Set.sh
+ . ./Env.Host.sh
fi
# we want to clone if we are in the bootstrap git repo and clone does not exist yet