forked from Lainports/freebsd-ports
PR: 243567 Reviewed by: mat, koobs (python) Approved by: portmgr (blanket: run time bug fix, ports (Python) compliance) MFH: 2020Q1 Differential Revision: D22909
10 lines
289 B
Text
10 lines
289 B
Text
--- collectors/python.d.plugin/python.d.plugin.in.orig 2020-01-30 23:22:27 UTC
|
|
+++ collectors/python.d.plugin/python.d.plugin.in
|
|
@@ -1,6 +1,6 @@
|
|
#!/usr/bin/env bash
|
|
'''':;
|
|
-pybinary=$(which python || which python3 || which python2)
|
|
+pybinary=%%PYTHON%%
|
|
filtered=()
|
|
for arg in "$@"
|
|
do
|