diff options
author | Klaus T. Aehlig <aehlig@linta.de> | 2023-11-09 15:57:03 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-11-09 16:07:26 +0100 |
commit | d414173d43fb4e8e6660752ba8b30cd5310f8789 (patch) | |
tree | 6ffb0da39735031f4b19c80872bc1ea773c75809 | |
parent | c010fe7ee1b3df042cc4f00260bef5ef98590725 (diff) | |
download | rules-cc-d414173d43fb4e8e6660752ba8b30cd5310f8789.tar.gz |
["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.
-rwxr-xr-x | CC/auto/runner | 2 |
1 files changed, 1 insertions, 1 deletions
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. # |