From e9980b8b38e92ce2a4eb2b7a216d0bc42ca656b7 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Wed, 3 May 2023 11:57:18 -0400 Subject: scripts: fix buildstats diff/summary hard bound to host python3 Somehow these two got left behind and hence on older hosts that are using buildtools for a newer python - they will still fail. (From OE-Core rev: f1b11b83a6dd991f393940741c930691463e6d53) Signed-off-by: Paul Gortmaker Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- scripts/buildstats-diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/buildstats-diff') diff --git a/scripts/buildstats-diff b/scripts/buildstats-diff index 2f6498ab67..c9aa76a8fa 100755 --- a/scripts/buildstats-diff +++ b/scripts/buildstats-diff @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Script for comparing buildstats from two different builds # -- cgit v1.2.3-54-g00ecf