projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6a6aaf
)
patman: Don't require Python 2
author
Simon Glass
<sjg@chromium.org>
Tue, 14 May 2019 21:53:55 +0000
(15:53 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000
(16:52 -0600)
Update the shebang to allow either Python 2 or Python 3.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/patman.py
patch
|
blob
|
history
diff --git
a/tools/patman/patman.py
b/tools/patman/patman.py
index 27a2febf70460374ac79ed4d7977b83e7c43f77d..9605a36eff2e398ac7a80297838fd6a13969c8e1 100755
(executable)
--- a/
tools/patman/patman.py
+++ b/
tools/patman/patman.py
@@
-1,4
+1,4
@@
-#!/usr/bin/env python
2
+#!/usr/bin/env python
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2011 The Chromium OS Authors.