ALT Linux Bugzilla
– Attachment 1331 Details for
Bug 8812
В python.prov.py не передаются файлы с расширением .pth
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
find-provides.diff
find-provides.diff (text/plain), 402 bytes, created by
Ivan Fedorov
on 2006-01-08 14:30:50 MSK
(
hide
)
Description:
find-provides.diff
Filename:
MIME Type:
Creator:
Ivan Fedorov
Created:
2006-01-08 14:30:50 MSK
Size:
402 bytes
patch
obsolete
>--- find-provides.orig 2006-01-08 19:24:48 +0800 >+++ find-provides 2006-01-08 18:51:36 +0800 >@@ -173,7 +173,7 @@ > 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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8812
: 1331