FreeBSD Bugzilla – Attachment 62173 Details for
Bug 93007
Add power of find utility to USE_DOS2UNIX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-bsd.port.mk.name
patch-bsd.port.mk.name (text/plain), 568 bytes, created by
Dmitry Marakasov
on 2006-02-08 01:10:04 UTC
(
hide
)
Description:
patch-bsd.port.mk.name
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2006-02-08 01:10:04 UTC
Size:
568 bytes
patch
obsolete
>--- bsd.port.mk.orig Sat Jan 28 05:11:05 2006 >+++ bsd.port.mk Wed Feb 8 03:47:59 2006 >@@ -3236,7 +3236,12 @@ > .else > .for f in ${USE_DOS2UNIX} > @${ECHO_MSG} "===> Converting DOS text file to UNIX text file: ${f}" >- @${REINPLACE_CMD} -i"" -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/${f} >+ @if ${ECHO_CMD} '${f}' | ${GREP} / > /dev/null 2>&1; then \ >+ ${REINPLACE_CMD} -i"" -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/${f}; \ >+ else \ >+ ${FIND} -E ${WRKSRC} -type f -name '${f}' -print0 | \ >+ ${XARGS} -0 ${REINPLACE_CMD} -i"" -e 's/[[:cntrl:]]*$$//'; \ >+ fi > .endfor > .endif > .else
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 Raw
Actions:
View
Attachments on
bug 93007
: 62173 |
62174