From ef4138b6d8575fb4a0e9dfbaec2cb766f3705efb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 20 Sep 2020 12:46:43 +0100 Subject: 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 --- scripts/oe-build-perf-report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 # -- cgit 1.2.3-korg