From: Andrea Righi Date: Fri, 5 May 2023 06:40:17 +0000 (+0200) Subject: annotations: use python3 in the shebang X-Git-Tag: v0.1~24 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=c81b7627653e161214663b33d2be8fce42d06648;p=annotations.git annotations: use python3 in the shebang Make sure to not depend on python-is-python3 and explicitly use python3 for the main script. Signed-off-by: Andrea Righi --- diff --git a/annotations b/annotations index ea6bc9b..86d8586 100755 --- a/annotations +++ b/annotations @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- mode: python -*- # Manage Ubuntu kernel .config and annotations # Copyright © 2022 Canonical Ltd.