I like the verbose output, so lets see it

pull/4/head
Justin_U 8 years ago committed by GitHub
parent e8cedab452
commit 7f6ce1c9b5

@ -112,7 +112,7 @@ if ! [ -f ${SOURCE} ]; then
if [ -f ${SOURCE} ]; then echo "Ah, found it!"; continue; fi if [ -f ${SOURCE} ]; then echo "Ah, found it!"; continue; fi
if ! [ "x${SRCURL}" == "x" ]; then if ! [ "x${SRCURL}" == "x" ]; then
echo "Will download file to $(dirname $SOURCE)" echo "Will download file to $(dirname $SOURCE)"
wget -nv -T 20 -O "${SOURCE}" "${SRCURL}" wget -T 20 -O "${SOURCE}" "${SRCURL}"
if [ $? -ne 0 -o ! -s "${SOURCE}" ]; then if [ $? -ne 0 -o ! -s "${SOURCE}" ]; then
echo "Downloading '$(basename ${SOURCE})' failed... aborting the build." echo "Downloading '$(basename ${SOURCE})' failed... aborting the build."
mv -f "${SOURCE}" "${SOURCE}".FAIL mv -f "${SOURCE}" "${SOURCE}".FAIL

Loading…
Cancel
Save