FreeBSD Bugzilla – Attachment 205992 Details for
Bug 239154
lang/go14: fix shebangs after update to go1.4-bootstrap-20171003
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] run bash script with bash rather than /bin/sh
pr-go14-shebangfix-20190722.diff (text/plain), 602 bytes, created by
John Hein
on 2019-07-22 13:47:49 UTC
(
hide
)
Description:
[patch] run bash script with bash rather than /bin/sh
Filename:
MIME Type:
Creator:
John Hein
Created:
2019-07-22 13:47:49 UTC
Size:
602 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 506923) >+++ Makefile (working copy) >@@ -16,6 +16,7 @@ > > USES= compiler shebangfix > >+SHEBANG_FILES= src/runtime/mknacl.sh > SHEBANG_GLOB= *.bash *.pl *.cgi > > WRKSRC= ${WRKDIR}/go >@@ -49,7 +50,7 @@ > GOBIN= GOARCH=${GOARCH} GOOS=${OPSYS:tl} \ > GO386=387 \ > CGO_ENABLED=0 \ >- ${SH} make.bash >+ make.bash > ${RM} ${WRKSRC}/.[a-z]* ${WRKSRC}/favicon.ico ${WRKSRC}/robots.txt > ${RM} -r ${WRKSRC}/lib/codereview ${WRKSRC}/misc \ > ${WRKSRC}/pkg/obj ${WRKSRC}/pkg/${OPSYS:tl}_${GOARCH}/cmd
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
Flags:
jcfyecrayz
:
maintainer-approval?
(
jlaffaye
)
Actions:
View
|
Diff
Attachments on
bug 239154
:
205710
|
205820
| 205992