UBUNTU: [Packaging] 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 <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
98a61cafe9
commit
a6e925fc62
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# -*- mode: python -*-
|
||||
# Manage Ubuntu kernel .config and annotations
|
||||
# Copyright © 2022 Canonical Ltd.
|
||||
|
||||
Reference in New Issue
Block a user