From 08556380b88999cdb8dd52918f2006f4419f57c4 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Tue, 27 Feb 2024 13:14:46 +0100 Subject: utils: checkstyle.py: Don't presume python3 location python3 binary may be present in a location other than /usr/bin/. Signed-off-by: Milan Zamazal Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham Signed-off-by: Laurent Pinchart --- utils/checkstyle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/checkstyle.py b/utils/checkstyle.py index 836ea80f..af553cfd 100755 --- a/utils/checkstyle.py +++ b/utils/checkstyle.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2018, Google Inc. # -- cgit v1.2.1