FreeBSD Bugzilla – Attachment 181826 Details for
Bug 218690
Uses/python.mk: Use POSIX conformant expressions with grep(1)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff of Uses/python.mk
bsdgrep-python.diff (text/plain), 673 bytes, created by
Kyle Evans
on 2017-04-16 16:53:12 UTC
(
hide
)
Description:
svn(1) diff of Uses/python.mk
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2017-04-16 16:53:12 UTC
Size:
673 bytes
patch
obsolete
>Index: Mk/Uses/python.mk >=================================================================== >--- Mk/Uses/python.mk (revision 438663) >+++ Mk/Uses/python.mk (working copy) >@@ -472,10 +472,10 @@ > .if defined(_PYTHON_FEATURE_AUTOPLIST) > UNIQUE_FIND_SUFFIX_FILES= \ > ${SED} -e 's|^${PREFIX}/||' ${_PYTHONPKGLIST} ${TMPPLIST} | \ >- ${GREP} -e '^bin/.*$$\|^sbin/.*$$\|^libexec/.*$$' >+ ${EGREP} -e '^bin/.*$$|^sbin/.*$$|^libexec/.*$$' > .else > UNIQUE_FIND_SUFFIX_FILES= \ >- ${GREP} -he '^bin/.*$$\|^sbin/.*$$\|^libexec/.*$$' ${TMPPLIST} 2>/dev/null >+ ${EGREP} -he '^bin/.*$$|^sbin/.*$$|^libexec/.*$$' ${TMPPLIST} 2>/dev/null > .endif > .endif # defined(_PYTHON_FEATURE_CONCURRENT) >
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 218690
: 181826