summaryrefslogtreecommitdiff
path: root/rules
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
commit6d01670b08688a075e8a4f1b297573281c2c4607 (patch)
tree4627bef7872d238f24c3e4befd8b02949d6b8fc6 /rules
parent188679f62e3e42a07154fa592bf682861d4ee3c1 (diff)
downloadjustbuild-6d01670b08688a075e8a4f1b297573281c2c4607.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.
Diffstat (limited to 'rules')
-rwxr-xr-xrules/CC/auto/runner2
1 files changed, 1 insertions, 1 deletions
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.
#