mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
10 lines
289 B
Text
10 lines
289 B
Text
--- collectors/python.d.plugin/python.d.plugin.in.orig 2022-02-03 22:42:27 UTC
|
|
+++ collectors/python.d.plugin/python.d.plugin.in
|
|
@@ -1,6 +1,6 @@
|
|
#!/usr/bin/env bash
|
|
'''':;
|
|
-pybinary=$(which python3 || which python || which python2)
|
|
+pybinary=%%PYTHON%%
|
|
filtered=()
|
|
for arg in "$@"
|
|
do
|