View | Details | Raw Unified | Return to bug 239761
Collapse All | Expand All

(-)Mk/Scripts/do-fetch.sh (-1 / +1 lines)
Lines 128-134 Link Here
128
			*/*)
128
			*/*)
129
				case ${dp_TARGET} in
129
				case ${dp_TARGET} in
130
				fetch-list|fetch-url-list-int)
130
				fetch-list|fetch-url-list-int)
131
					echo "mkdir -p \"${file%/*}\" && "
131
					echo -n "mkdir -p \"${file%/*}\" && "
132
					;;
132
					;;
133
				*)
133
				*)
134
					mkdir -p "${file%/*}"
134
					mkdir -p "${file%/*}"

Return to bug 239761