From 4660350001548bf35ab54c633cf0950786d039d5 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 8 Jun 2018 12:34:30 +0200 Subject: doall.sh: Removed white space typo from: wget -x --continue -i downloadlist --- doall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doall.sh b/doall.sh index d5b729d..c3825bd 100755 --- a/doall.sh +++ b/doall.sh @@ -39,7 +39,7 @@ if ! [ -d metadata.ftp-master.debian.org/changelogs ]; then echo http://metadata.ftp-master.debian.org/changelogs/main/$LETTER/$PACKAGE/stable_changelog >> downloadlist done - wget -x --continue -i downloadlist + wget -x --continue -i downloadlist for PACKAGE in $PACKAGES; do LETTER=$(echo $PACKAGE |cut -c1) -- cgit v1.2.3