From bc663e966a007c8ed4b5f55090c12ca707448b9c Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 16 Nov 2010 15:34:09 +0100 Subject: build: Update the download location for the external tarballs. --- download | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'download') diff --git a/download b/download index 5a866acc0e6e..e2f034029cf5 100755 --- a/download +++ b/download @@ -27,8 +27,7 @@ #************************************************************************* if [ -z "$TARFILE_LOCATION" ]; then - echo "Error: No destination defined, you probably forgot to source the environment?" - exit 1 + . ./*.Set.sh fi if [ ! -d "$TARFILE_LOCATION" ]; then -- cgit