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

Collapse All | Expand All

(-)net.lo-orig (-1 / +1 lines)
Lines 58-64 Link Here
58
	fi
58
	fi
59
59
60
	eval _a=\$$1
60
	eval _a=\$$1
61
	printf "%s" "${_a}"
61
	printf "%s" "${_a}" | sed -e 's/^\s*//' -e 's/\s*$//'
62
	printf "\n"
62
	printf "\n"
63
	[ -n "${_a}" ]
63
	[ -n "${_a}" ]
64
}
64
}

Return to bug 366677