From f6a19d7264bb26df8108805d3f28d71d7a597342 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 8 Dec 2022 16:57:23 +0100 Subject: [PATCH] tools: Fix interpreter for virt-qemu-sev-validate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ján Tomko --- tools/virt-qemu-sev-validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virt-qemu-sev-validate b/tools/virt-qemu-sev-validate index 712a4e4593..46a92aa7a0 100755 --- a/tools/virt-qemu-sev-validate +++ b/tools/virt-qemu-sev-validate @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # SPDX-License-Identifier: LGPL-2.1-or-later #