Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157174631
D21112.id60320.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
534 B
Referenced Files
None
Subscribers
None
D21112.id60320.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, May 20, 1:10 AM (19 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33332865
Default Alt Text
D21112.id60320.diff (534 B)
Attached To
Mode
D21112: fetch-list: broken handling of DISTFILES when it has entries with subdirectories
Attached
Detach File
Event Timeline
Log In to Comment