Pass *.pth files to python.prov (#8812)

This commit is contained in:
Дмитрий Левин 2006-01-09 21:03:09 +00:00
parent 6bdaa71a41
commit b3cbbc4e0e

View File

@ -173,7 +173,7 @@ $f"
fi
fi
if [ -z "${f%%*.py}" -o -z "${f%%*.pyo}" -o -z "${f%%*.pyc}" ]; then
if [ -z "${f%%*.py}" -o -z "${f%%*.pyo}" -o -z "${f%%*.pyc}" -o -z "${f%%*.pth}" ]; then
if [ -n "$FIND_PYTHON" ]; then
[ -z "$LIST_PYTHON" ] && LIST_PYTHON="$f" || LIST_PYTHON="$LIST_PYTHON
$f"