From 6d01670b08688a075e8a4f1b297573281c2c4607 Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Thu, 9 Nov 2023 15:57:03 +0100 Subject: ["CC/auto", "config_file"] runner: let /usr/bin/env find python3 ... instead of assuming it to be installed under /usr/bin as we also do in other places. In this way, we do not make any additional assumptions on top of the already existing one on the path of env. --- rules/CC/auto/runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/CC/auto/runner b/rules/CC/auto/runner index 27aef0c4..47c2f941 100755 --- a/rules/CC/auto/runner +++ b/rules/CC/auto/runner @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright 2022 Huawei Cloud Computing Technology Co., Ltd. # -- cgit v1.2.3