Page MenuHomeFreeBSD

D21112.diff
No OneTemporary

D21112.diff

Index: head/Mk/Scripts/do-fetch.sh
===================================================================
--- head/Mk/Scripts/do-fetch.sh
+++ head/Mk/Scripts/do-fetch.sh
@@ -126,7 +126,14 @@
# 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)
+ echo "mkdir -p \"${file%/*}\" && "
+ ;;
+ *)
+ mkdir -p "${file%/*}"
+ ;;
+ esac
args="-o ${file} ${site}${file}"
;;
*)

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 22, 11:07 AM (19 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27843187
Default Alt Text
D21112.diff (534 B)

Event Timeline