From: Richard Purdie Date: Sun, 20 Sep 2020 11:46:43 +0000 (+0100) Subject: scripts/oe-build-perf-report: Use python3 from the environment X-Git-Tag: 2020-10-gatesgarth~192 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ef4138b6d8575fb4a0e9dfbaec2cb766f3705efb;p=openembedded-core.git 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 --- 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 #