diff options
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 |