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 (-1 / +1 lines)
Lines 123-129 die() { Link Here
123
		    # erase the line and set the hold buffer to it (thus
123
		    # erase the line and set the hold buffer to it (thus
124
		    # erasing the hold buffer in the process)
124
		    # erasing the hold buffer in the process)
125
		    /[^\]$/{s:^.*$::;h}' \
125
		    /[^\]$/{s:^.*$::;h}' \
126
		${BASH_SOURCE[1]} \
126
		"${BASH_SOURCE[1]}" \
127
		| sed -e '1d' -e 's:^:RETAIN-LEADING-SPACE:' \
127
		| sed -e '1d' -e 's:^:RETAIN-LEADING-SPACE:' \
128
		| while read -r n ; do eerror "  ${n#RETAIN-LEADING-SPACE}" ; done
128
		| while read -r n ; do eerror "  ${n#RETAIN-LEADING-SPACE}" ; done
129
	eerror
129
	eerror

Return to bug 315727