summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-20 12:46:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-23 12:47:59 +0100
commit5ad59495782e8dbcb2b9d18e27ca4bde131465b4 (patch)
tree4aa08ca6d15ac01bec7011b43105231a898b6077
parent9f4dbd64371ccc4770571bc789804ac0f5a8e1e6 (diff)
downloadpoky-5ad59495782e8dbcb2b9d18e27ca4bde131465b4.tar.gz
scripts/oe-build-perf-report: Use python3 from the environment
This means ot matches the rest of the system rather than causing confusing errors where multiple python versions are mixed. (From OE-Core rev: 95d5005828b0d32d610874986fcc298b12347079) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xscripts/oe-build-perf-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report
index e781f4f03f..7ed86a72f6 100755
--- a/scripts/oe-build-perf-report
+++ b/scripts/oe-build-perf-report
@@ -1,4 +1,4 @@
1#!/usr/bin/python3 1#!/usr/bin/env python3
2# 2#
3# Examine build performance test results 3# Examine build performance test results
4# 4#