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

Collapse All | Expand All

(-)a/bin/isolated-functions.sh (-2 / +1 lines)
Lines 43-49 dump_trace() { Link Here
43
	eerror "Call stack:"
43
	eerror "Call stack:"
44
	while (( n > ${strip} )) ; do
44
	while (( n > ${strip} )) ; do
45
		funcname=${FUNCNAME[${n} - 1]}
45
		funcname=${FUNCNAME[${n} - 1]}
46
		sourcefile=$(basename ${BASH_SOURCE[${n}]})
46
		sourcefile=$(basename "${BASH_SOURCE[${n}]}")
47
		lineno=${BASH_LINENO[${n} - 1]}
47
		lineno=${BASH_LINENO[${n} - 1]}
48
		# Display function arguments
48
		# Display function arguments
49
		args=
49
		args=
50
- 

Return to bug 315727