commit | 9ce762fa538b7231f4ba6d8c0d1a64bacd520ff2 | [log] [tgz] |
---|---|---|
author | Arnon Sharlin <arnon.sharlin@opentitan.org> | Tue Feb 16 09:45:38 2021 +0200 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Feb 16 10:15:23 2021 +0000 |
tree | 412f43587edad38a61bf9e331a84bbe8adfc595b | |
parent | 1a0a024c15070125447b61314351125c498cf6f8 [diff] [blame] |
[util] fixed check_tool_requirements.py shebang Signed-off-by: Arnon Sharlin <arnon.sharlin@opentitan.org>
diff --git a/util/check_tool_requirements.py b/util/check_tool_requirements.py index 77c469c..5c1d386 100755 --- a/util/check_tool_requirements.py +++ b/util/check_tool_requirements.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright lowRISC contributors. # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0