]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
patman: Don't require Python 2
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:55 +0000 (15:53 -0600)
committerSimon 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

index 27a2febf70460374ac79ed4d7977b83e7c43f77d..9605a36eff2e398ac7a80297838fd6a13969c8e1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 # SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright (c) 2011 The Chromium OS Authors.