Index: Scripts/do-fetch.sh =================================================================== --- Scripts/do-fetch.sh (revision 506909) +++ Scripts/do-fetch.sh (working copy) @@ -126,7 +126,13 @@ # There is a lot of escaping, but the " needs to survive echo/eval. case ${file} in */*) - mkdir -p "${file%/*}" + case ${dp_TARGET} in + fetch-list|fetch-url-list-int) + ;; + *) + mkdir -p "${file%/*}" + ;; + esac args="-o ${file} ${site}${file}" ;; *)