From: Richard Purdie Date: Sun, 15 Dec 2019 00:22:51 +0000 (+0000) Subject: scripts/oe-build-perf-test: Use python3 from the environment X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ee68f39a155c79443d45321ce4b81d9bf6675e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts/oe-build-perf-test: Use python3 from the environment On test machines we have python3 available at alternative locations. Use these rather from the evnrionment rather than a hardcoded path. Signed-off-by: Richard Purdie --- diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test index 0b13f24888a..00e00b4ce93 100755 --- a/scripts/oe-build-perf-test +++ b/scripts/oe-build-perf-test @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Build performance test script #