diff --git a/contrib/reformat-code.py b/contrib/reformat-code.py index 65a4ac4..ff6014d 100755 --- a/contrib/reformat-code.py +++ b/contrib/reformat-code.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Copyright (C) 2017 Dell Inc. # diff --git a/efi/generate_binary.py b/efi/generate_binary.py index 443472a..a4611bb 100755 --- a/efi/generate_binary.py +++ b/efi/generate_binary.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Copyright (C) 2021 Javier Martinez Canillas # Copyright (C) 2021 Richard Hughes diff --git a/efi/generate_sbat.py b/efi/generate_sbat.py index 6c904e5..b9b80ac 100755 --- a/efi/generate_sbat.py +++ b/efi/generate_sbat.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Copyright (C) 2021 Javier Martinez Canillas # Copyright (C) 2021 Richard Hughes