tools: Fix interpreter for virt-qemu-sev-validate

Go through env(1) instead of hardcoding the path to the Python
interpreter, as we already do for all other Python scripts.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Andrea Bolognani 2022-12-08 16:57:23 +01:00
parent a417571628
commit f6a19d7264

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# SPDX-License-Identifier: LGPL-2.1-or-later
#