From 6a887f24d28b59d64af91bc34e2a0d40aabe153b Mon Sep 17 00:00:00 2001 From: Maurice Escher Date: Tue, 21 Feb 2023 13:41:47 +0100 Subject: [PATCH] check_exec: /usr/bin/python3 bad interpreter use /usr/bin/env python3 Closes-Bug: #2007975 Change-Id: I517e7245492ee68b25675628366998456173959a --- tools/check_exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_exec.py b/tools/check_exec.py index f3c733f688..458caa522f 100755 --- a/tools/check_exec.py +++ b/tools/check_exec.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain