Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55323 Details for
Bug 87835
crossdev: bug when using the -v flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
crossdev-verbose.patch
crossdev-verbose.patch (text/plain), 737 bytes, created by
SpanKY
on 2005-04-04 18:26:46 UTC
(
hide
)
Description:
crossdev-verbose.patch
Filename:
MIME Type:
Creator:
SpanKY
Created:
2005-04-04 18:26:46 UTC
Size:
737 bytes
patch
obsolete
>Index: files/crossdev >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v >retrieving revision 1.17 >diff -u -r1.17 crossdev >--- files/crossdev 3 Apr 2005 17:44:07 -0000 1.17 >+++ files/crossdev 5 Apr 2005 01:26:06 -0000 >@@ -302,11 +302,13 @@ > ebegin "Emerging cross-${2:-$1}" > if [[ ${UOPTS/-v} != ${UOPTS} ]] ; then > emerge cross-${CTARGET}/$1 ${EOPTS} \ >- 2>&1 | tee ${logfile} || die "$1 failed :(" >+ 2>&1 | tee ${logfile} > else > emerge cross-${CTARGET}/$1 ${EOPTS} \ >- >& ${logfile} || die "$1 failed :(" >+ >& ${logfile} > fi >+ local _pipestatus=${PIPESTATUS[*]} >+ [[ "${_pipestatus// /}" -eq 0 ]] || die "$1 failed :(" > eend 0 > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 87835
: 55323