diff options
Diffstat (limited to 'util/riscv')
-rwxr-xr-x | util/riscv/sifive-gpt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/riscv/sifive-gpt.py b/util/riscv/sifive-gpt.py index fd82997fc6..7f522d9379 100755 --- a/util/riscv/sifive-gpt.py +++ b/util/riscv/sifive-gpt.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # This file is part of the coreboot project. # # Copyright (C) 2018 Jonathan Neuschäfer |