projects
/
annotations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4621f41
)
annotations: use python3 in the shebang
author
Andrea Righi
<andrea.righi@canonical.com>
Fri, 5 May 2023 06:40:17 +0000
(08:40 +0200)
committer
Andrea Righi
<andrea.righi@canonical.com>
Fri, 5 May 2023 06:40:17 +0000
(08:40 +0200)
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>
annotations
patch
|
blob
|
history
diff --git
a/annotations
b/annotations
index ea6bc9b5157d6c22fa4aa68f65e6d2d51608d4da..86d858611780dfb48ad639d8161db72c09bd3f90 100755
(executable)
--- a/
annotations
+++ b/
annotations
@@
-1,4
+1,4
@@
-#!/usr/bin/env python
+#!/usr/bin/env python
3
# -*- mode: python -*-
# Manage Ubuntu kernel .config and annotations
# Copyright © 2022 Canonical Ltd.