summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus T. Aehlig <aehlig@linta.de>2023-11-09 15:57:03 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-11-09 16:07:26 +0100
commitd414173d43fb4e8e6660752ba8b30cd5310f8789 (patch)
tree6ffb0da39735031f4b19c80872bc1ea773c75809
parentc010fe7ee1b3df042cc4f00260bef5ef98590725 (diff)
downloadrules-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-xCC/auto/runner2
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.
#