From 093f6924741c61e77ffc99d717b2096357dce691 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 15 Dec 2019 00:22:51 +0000 Subject: 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. (From OE-Core rev: 81ee68f39a155c79443d45321ce4b81d9bf6675e) Signed-off-by: Richard Purdie --- scripts/oe-build-perf-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test index 0b13f24888..00e00b4ce9 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 # -- cgit v1.2.3-54-g00ecf