Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25929
Collapse All | Expand All

(-)/usr/lib/portage/bin/ebuild.sh (-1 / +1 lines)
Lines 50-56 Link Here
50
# It _must_ preceed all the calls to die and assert.
50
# It _must_ preceed all the calls to die and assert.
51
shopt -s expand_aliases
51
shopt -s expand_aliases
52
alias die='diefunc "$FUNCNAME" "$LINENO" "$?"'
52
alias die='diefunc "$FUNCNAME" "$LINENO" "$?"'
53
alias assert='_retval=$?; [ $_retval = 0 ] || diefunc "$FUNCNAME" "$LINENO" "$_retval"'
53
alias assert='_pipestatus="${PIPESTATUS[*]}"; [[ "${_pipestatus// /}" -eq 0 ]] || diefunc "$FUNCNAME" "$LINENO" "$_pipestatus"'
54
54
55
OCC="$CC"
55
OCC="$CC"
56
OCXX="$CXX"
56
OCXX="$CXX"

Return to bug 25929