View | Details | Raw Unified
Collapse All | Expand All

(-) revdep-rebuild (-1 / +3 lines)
 Lines 769-775    Link Here 
	if [[ $VERBOSE ]]; then
	if [[ $VERBOSE ]]; then
		ewarn "The broken files are:"
		ewarn "The broken files are:"
		while read filename junk; do
		while read filename junk; do
			ewarn "  $filename"
			if [[ ${junk} == *none* ]]; then
				ewarn "  $filename"
			fi
		done < "$LIST.4_package_owners"
		done < "$LIST.4_package_owners"
	fi
	fi
fi
fi