From d414173d43fb4e8e6660752ba8b30cd5310f8789 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. --- CC/auto/runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CC/auto') diff --git a/CC/auto/runner b/CC/auto/runner index 27aef0c..47c2f94 100755 --- a/CC/auto/runner +++ b/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