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

(-)/usr/bin/revdep-rebuild (-1 / +2 lines)
Lines 1133-1139 Link Here
1133
##
1133
##
1134
# Finish up
1134
# Finish up
1135
cleanup() {
1135
cleanup() {
1136
	if (( $(<"$STATUS_FILE") != 0 )); then
1136
	EMERGE_STATUS=$(<"$STATUS_FILE")	
1137
	if (( $EMERGE_STATUS != 0 )); then
1137
		ewarn
1138
		ewarn
1138
		ewarn "$APP_NAME failed to emerge all packages."
1139
		ewarn "$APP_NAME failed to emerge all packages."
1139
		ewarn 'you have the following choices:'
1140
		ewarn 'you have the following choices:'

Return to bug 326923