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: lucaceresoli/bug-15201-perf-libtraceevent-missing~10045 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4138b6d8575fb4a0e9dfbaec2cb766f3705efb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 e781f4f03ff..7ed86a72f66 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 #