diff options
-rw-r--r-- | meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh b/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh index f14f485285..af1d61c0ce 100644 --- a/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh +++ b/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh @@ -128,7 +128,7 @@ CURL=`which curl` WGET=`which wget` if [ ! -z ${CURL} ] then - DOWNLOAD_CMD="${CURL} -R -L --retry 3 --retry-delay 4 --connect-timeout 180 --compressed -C - -o" + DOWNLOAD_CMD="${CURL} -R -L -f --retry 3 --retry-delay 4 --connect-timeout 180 --compressed -C - -o" elif [ ! -z ${WGET} ] then DOWNLOAD_CMD="${WGET} -c -t 5 -O" |