Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338744 | Differences between
and this patch

Collapse All | Expand All

(-)a/bin/ebuild.sh (-2 / +1 lines)
Lines 387-393 unpack() { Link Here
387
			ZIP|zip|jar)
387
			ZIP|zip|jar)
388
				# unzip will interactively prompt under some error conditions,
388
				# unzip will interactively prompt under some error conditions,
389
				# as reported in bug #336285
389
				# as reported in bug #336285
390
				( while true ; do echo n ; done ) | \
390
				( while true ; do echo n || break ; done ) | \
391
				unzip -qo "${srcdir}${x}" || die "$myfail"
391
				unzip -qo "${srcdir}${x}" || die "$myfail"
392
				;;
392
				;;
393
			gz|Z|z)
393
			gz|Z|z)
394
- 

Return to bug 338744