summaryrefslogtreecommitdiffstats
path: root/scripts
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-20 12:47:43 +0100
commitef4138b6d8575fb4a0e9dfbaec2cb766f3705efb (patch)
treefaf20be793bc0c24e88567016b240ed6b644562a /scripts
parent4e7506882cabf3936f0269c2a98f61c7d595d613 (diff)
downloadopenembedded-core-ef4138b6d8575fb4a0e9dfbaec2cb766f3705efb.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')
-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
#