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

(-)a/bin/isolated-functions.sh (-1 / +1 lines)
Lines 364-369 __eend() { Link Here
364
}
364
}
365
365
366
eend() {
366
eend() {
367
	[[ -n $1 ]] || eqawarn "QA Notice: eend called without return code"
367
	local retval=${1:-0}
368
	local retval=${1:-0}
368
	shift
369
	shift
369
370
370
- 

Return to bug 703520