aboutsummaryrefslogtreecommitdiff
path: root/doall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doall.sh')
-rwxr-xr-xdoall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doall.sh b/doall.sh
index 1dba319..63af927 100755
--- a/doall.sh
+++ b/doall.sh
@@ -41,7 +41,7 @@ done
# this may return 8, because debian has removed a package from the time we made downloadlist, to the time we actually did the wget on a url in it
# so, we do a check to see if we downloaded at least the number of files - 10
-while (( i=0; i<10; i++)); do
+for (( i=0; i<10; i++ )); do
if wget -nc -nv -x --continue -i downloadlist; then