]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build-integration-branch: change shebang to python3 37693/head
authorNathan Cutler <ncutler@suse.com>
Thu, 24 Oct 2019 16:54:55 +0000 (18:54 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 16 Oct 2020 09:30:02 +0000 (11:30 +0200)
The word "python" in the shebang means Python 2, but Python 2 is deprecated and
should no longer be used.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit ceb3027930ca80ae7a84c6da556d64f7e9c6d873)

src/script/build-integration-branch

index d8a79fec28b47c18373757d0ccbc103f81a1a8a7..a15d88cdc2a4337b70e0e8d7eb05ed691764c8e0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 from __future__ import print_function