View | Details | Raw Unified | Return to bug 239293 | Differences between
and this patch

Collapse All | Expand All

(-)Scripts/do-fetch.sh (-1 / +7 lines)
Lines 126-132 Link Here
126
		# There is a lot of escaping, but the " needs to survive echo/eval.
126
		# There is a lot of escaping, but the " needs to survive echo/eval.
127
		case ${file} in
127
		case ${file} in
128
			*/*)
128
			*/*)
129
				mkdir -p "${file%/*}"
129
				case ${dp_TARGET} in
130
				fetch-list|fetch-url-list-int)
131
					;;
132
				*)
133
					mkdir -p "${file%/*}"
134
					;;
135
				esac
130
				args="-o ${file} ${site}${file}"
136
				args="-o ${file} ${site}${file}"
131
				;;
137
				;;
132
			*)
138
			*)

Return to bug 239293