diff options
| -rwxr-xr-x | doall.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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)  | 
