From c5f297649c303c4017ecac1670bc60c67e46e6ba Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 25 Jul 2011 01:02:17 +0300 Subject: Change *Env.Set.sh to Env.Host.sh --- download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'download') 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 -- cgit