Hola.
Bug 101035 
http://bugs.gentoo.org/show_bug.cgi?id=101035

InCVS now also...
~harring
Index: ebuild.sh
===================================================================
RCS file: /var/cvsroot/gentoo-src/portage/bin/ebuild.sh,v
retrieving revision 1.201.2.39
diff -u -r1.201.2.39 ebuild.sh
--- ebuild.sh   7 Aug 2005 04:33:45 -0000       1.201.2.39
+++ ebuild.sh   9 Aug 2005 11:21:01 -0000
@@ -363,7 +363,8 @@
                                tar xzf "${DISTDIR}/${x}" ${tarvars} || die 
"$myfail"
                                ;;
                        tbz2)
-                               bzip2 -dc "${DISTDIR}/${x}" | tar xf - 
${tarvars} || die "$myfail"
+                               bzip2 -dc "${DISTDIR}/${x}" | tar xf - 
${tarvars}
+                               assert "$myfail"
                                ;;
                        ZIP|zip)
                                unzip -qo "${DISTDIR}/${x}" || die "$myfail"
@@ -377,7 +378,8 @@
                                ;;
                        bz2)
                                if [ "${y}" == "tar" ]; then
-                                       bzip2 -dc "${DISTDIR}/${x}" | tar xf - 
${tarvars} || die "$myfail"
+                                       bzip2 -dc "${DISTDIR}/${x}" | tar xf - 
${tarvars} 
+                                       assert "$myfail"
                                else
                                        bzip2 -dc "${DISTDIR}/${x}" > ${x%.*} 
|| die "$myfail"
                                fi

Attachment: pgpM7Sq5P2KHX.pgp
Description: PGP signature

Reply via email to