Fix syntax error.

This commit is contained in:
Colin Watson 2004-09-24 18:00:19 +00:00
parent 5d4fbb96b8
commit d98b470673
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ do
cp -a "$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images/$subarch/cdrom-minimal" "$subarch/minimal"
fi
else
wget -r -nd --no-parent --level=1 -P "$subarch" "-R index* $DI_WWW_HOME/$subarch/cdrom/"
wget -r -nd --no-parent --level=1 -P "$subarch" -R index* "$DI_WWW_HOME/$subarch/cdrom/"
wget -r -nd --no-parent --level=1 -P "$subarch/2.4" -R index* "$DI_WWW_HOME/$subarch/cdrom/2.4/"
if [ $subarch = powerpc ]; then
wget -r -nd --no-parent --level=1 -P "$subarch/minimal" -R index* "$DI_WWW_HOME/$subarch/cdrom-minimal/"