From f55125f82fb83f6fb3f66c8c4c5d47488c26f482 Mon Sep 17 00:00:00 2001 From: Seth Forshee Date: Wed, 8 Jan 2020 08:45:12 -0600 Subject: [PATCH] UBUNTU: SAUCE: tools: hv: Update shebang to use python3 instead of python Focal is removing the unversioned python symlink. Since python2 is unsupported in focal, update the shebang to use python3. Signed-off-by: Seth Forshee --- tools/hv/lsvmbus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hv/lsvmbus b/tools/hv/lsvmbus index 099f2c44dbed..f83698f14da2 100644 --- a/tools/hv/lsvmbus +++ b/tools/hv/lsvmbus @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0 import os -- 2.39.5