summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-15 00:22:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-15 09:06:03 +0000
commit81ee68f39a155c79443d45321ce4b81d9bf6675e (patch)
treef4c0d8b79850e650cb42edee9cb042699443a6c9
parentde98cfe3cde4b8d5f4b163b5fba3f129651ef06a (diff)
downloadopenembedded-core-contrib-81ee68f39a155c79443d45321ce4b81d9bf6675e.tar.gz
scripts/oe-build-perf-test: Use python3 from the environment
On test machines we have python3 available at alternative locations. Use these rather from the evnrionment rather than a hardcoded path. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xscripts/oe-build-perf-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test
index 0b13f24888..00e00b4ce9 100755
--- a/scripts/oe-build-perf-test
+++ b/scripts/oe-build-perf-test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
#
# Build performance test script
#