summaryrefslogtreecommitdiffstats
path: root/scripts/oe-build-perf-report
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:52 +0100
commit95d5005828b0d32d610874986fcc298b12347079 (patch)
tree8e2db16b6aae0c9dbde1a1304a2dd893bc64fd6a /scripts/oe-build-perf-report
parentd652b2aaa02a8aa9ff8f0ad84ca7762a6f950640 (diff)
downloadopenembedded-core-contrib-95d5005828b0d32d610874986fcc298b12347079.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-build-perf-report')
-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 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
#
# Examine build performance test results
#