View | Details | Raw Unified | Return to bug 10521
Collapse All | Expand All

(-)/home/george/hasher/chroot/usr/lib/rpm/find-requires (-1 / +1 lines)
Lines 235-241 Link Here
235
			[ -z "$LIST_PERL" ] && LIST_PERL="$f" || LIST_PERL="$LIST_PERL
235
			[ -z "$LIST_PERL" ] && LIST_PERL="$f" || LIST_PERL="$LIST_PERL
236
$f"
236
$f"
237
		fi
237
		fi
238
	elif [ -z "${f%%*.py}" ]; then
238
	elif [ -z "${t##*python* script text*}" -o -z "${f%%*.py}" ]; then
239
		if [ -n "$FIND_PYTHON" ]; then
239
		if [ -n "$FIND_PYTHON" ]; then
240
			[ -z "$LIST_PYTHON" ] && LIST_PYTHON="$f" || LIST_PYTHON="$LIST_PYTHON
240
			[ -z "$LIST_PYTHON" ] && LIST_PYTHON="$f" || LIST_PYTHON="$LIST_PYTHON
241
$f"
241
$f"

Return to bug 10521