From 63961792fcae6a76829f7b3c4832280e86f2c48a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 5 Feb 2016 11:48:25 +0000 Subject: [PATCH] filename --- functions/core_dl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/core_dl.sh b/functions/core_dl.sh index 3192e45a0..d5029fdc9 100644 --- a/functions/core_dl.sh +++ b/functions/core_dl.sh @@ -43,7 +43,7 @@ dl_md5=$4 if [ ! -f "${dl_filepath}/${dl_filename}" ]||[ -n "${retry_dl}" ]; then echo -ne "downloading ${dl_filename}...\c" - local dl=$(curl --fail -o "${dl_filepath}" "${dl_url}") + local dl=$(curl --fail -o "${dl_filepath}/${dl_filename}" "${dl_url}") local exitcode=$? if [ ${exitcode} -ne 0 ]; then fn_printfaileol