X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=autodlctl;h=134fb8dbf03363cc3bbf6cd46b532783a4a9483b;hb=71c8ee747c5a9c2487bde8070dc76e9ebd529b07;hp=9e83a6bb0ab9d05fb0e5249597a1b5fa6020d1d5;hpb=f21db892639827b4fd5d1f42bc48dbb576a82b26;p=utils.git diff --git a/autodlctl b/autodlctl index 9e83a6b..134fb8d 100755 --- a/autodlctl +++ b/autodlctl @@ -44,7 +44,7 @@ function getnext badsizesl="$(sed -n "s/^0*$curep \([^#]*\)\( *#.*\)\?$/\1/p" badsizes)" fi if [ -n "$badsizesl" ]; then - read -a badsizes <<<"$badsizesl" + read -d/ -a badsizes <<<"$badsizesl" unset badsizesl echo "found bad size list: ${badsizes[@]}" fi