Always check badsizes.
authorfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 26 May 2005 22:31:39 +0000 (22:31 +0000)
committerfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 26 May 2005 22:31:39 +0000 (22:31 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@275 959494ce-11ee-0310-bf91-de5d638817bd

autodlctl

index ad16b7a..e5a19f4 100755 (executable)
--- a/autodlctl
+++ b/autodlctl
@@ -11,12 +11,6 @@ function getnext
        read curep <"$d/.autodl/badlist"
        echo "downloading bad files, curep $curep"
        epfrom=badlist
-       badsizesl="$(sed -n "s/^$curep \(.*\)$/\1/p" "$d/.autodl/badsizes")"
-       if [ -n "$badsizesl" ]; then
-           read -a badsizes <<<"$badsizesl"
-           unset badsizesl
-           echo "found bad size list: ${badsizes[@]}"
-       fi
     elif [ -r "$d/.autodl/curep" ]; then
        curep="`cat "$d/.autodl/curep"`"
        echo "downloading series, curep $curep"
@@ -26,6 +20,12 @@ function getnext
        echo "$tag" >>"$HOME/dc/autodl/faulty"
        return 1
     fi
+    badsizesl="$(sed -n "s/^$curep \(.*\)$/\1/p" "$d/.autodl/badsizes")"
+    if [ -n "$badsizesl" ]; then
+       read -a badsizes <<<"$badsizesl"
+       unset badsizesl
+       echo "found bad size list: ${badsizes[@]}"
+    fi
     unset args
     fsexpr="`printf "$sexpr" "$curep"`"
     if [ "${#badsizes[@]}" -gt 0 ]; then