diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-11-16 15:34:09 +0100 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-30 20:25:20 -0600 |
commit | bc663e966a007c8ed4b5f55090c12ca707448b9c (patch) | |
tree | 9d2cdb830476ba7c6b9cef55d3f267d7e687e4bf /download | |
parent | c50fdb0657b9bc315305959b29261c9af0c95cf0 (diff) |
build: Update the download location for the external tarballs.
Diffstat (limited to 'download')
-rwxr-xr-x | download | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |