diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-25 01:02:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-25 01:02:17 +0300 |
commit | c5f297649c303c4017ecac1670bc60c67e46e6ba (patch) | |
tree | 2c1eac1b7c54078ffd91c4bfc56a4bad735ecac1 /download | |
parent | 76a27e577e912476252fe31543b24ee58b22fe63 (diff) |
Change *Env.Set.sh to Env.Host.sh
Diffstat (limited to 'download')
-rwxr-xr-x | download | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |