FreeBSD Bugzilla – Attachment 158017 Details for
Bug 201077
[patch] Allow shebangfix to inherit PYTHON_CMD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
shebangfix.diff (text/plain), 495 bytes, created by
Brad Davis
on 2015-06-23 15:03:49 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2015-06-23 15:03:49 UTC
Size:
495 bytes
patch
obsolete
>Index: Mk/Uses/shebangfix.mk >=================================================================== >--- Mk/Uses/shebangfix.mk (revision 390140) >+++ Mk/Uses/shebangfix.mk (working copy) >@@ -40,7 +40,11 @@ > php_OLD_CMD?= /usr/bin/php > php_CMD?= ${LOCALBASE}/bin/php > python_OLD_CMD?= /usr/bin/python >+.if defined(PYTHON_CMD) >+python_CMD?= ${PYTHON_CMD} >+.else > python_CMD?= ${LOCALBASE}/bin/python >+.endif > ruby_OLD_CMD?= /usr/bin/ruby > ruby_CMD?= ${LOCALBASE}/bin/ruby > tcl_OLD_CMD?= /usr/bin/tclsh
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 201077
: 158017