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

(-)revdep-rebuild (-1 / +1 lines)
Lines 1148-1154 Link Here
1148
		if [[ -r "$OWNERS_FILE" && -s "$OWNERS_FILE" ]]; then
1148
		if [[ -r "$OWNERS_FILE" && -s "$OWNERS_FILE" ]]; then
1149
			show_unowned_files
1149
			show_unowned_files
1150
		fi
1150
		fi
1151
		[[ $KEEP_TEMP ]] || rm "${FILES[@]}"
1151
		[[ $KEEP_TEMP ]] || rm -f "${FILES[@]}"
1152
	else
1152
	else
1153
		einfo 'Now you can remove -p (or --pretend) from arguments and re-run revdep-rebuild.'
1153
		einfo 'Now you can remove -p (or --pretend) from arguments and re-run revdep-rebuild.'
1154
	fi
1154
	fi

Return to bug 293002