summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-11-16 15:34:09 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-30 20:25:20 -0600
commitbc663e966a007c8ed4b5f55090c12ca707448b9c (patch)
tree9d2cdb830476ba7c6b9cef55d3f267d7e687e4bf /download
parentc50fdb0657b9bc315305959b29261c9af0c95cf0 (diff)
build: Update the download location for the external tarballs.
Diffstat (limited to 'download')
-rwxr-xr-xdownload3
1 files changed, 1 insertions, 2 deletions
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