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

(-)/usr/lib/portage/bin/etc-update (+7 lines)
Lines 345-350 Please select from the menu above (-1 to Link Here
345
function die() {
345
function die() {
346
	trap "" term
346
	trap "" term
347
	trap "" kill
347
	trap "" kill
348
349
	if [ ${2} -eq 0 ]; then
350
		scan >/dev/null
351
		if [ ${count} -gt 0 ]; then
352
			echo "NOTICE: ${count} update file(s) still present."
353
		fi
354
	fi	
348
	echo "Exiting: ${1}"
355
	echo "Exiting: ${1}"
349
	rm -rf ${TMP}
356
	rm -rf ${TMP}
350
	exit ${2}
357
	exit ${2}

Return to bug 110900