From 0190bab1f776b86aca33010f57eda78c16a00dd2 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 24 Oct 2019 18:54:55 +0200 Subject: [PATCH] build-integration-branch: change shebang to python3 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 (cherry picked from commit ceb3027930ca80ae7a84c6da556d64f7e9c6d873) --- src/script/build-integration-branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/build-integration-branch b/src/script/build-integration-branch index d8a79fec28b47..a15d88cdc2a43 100755 --- a/src/script/build-integration-branch +++ b/src/script/build-integration-branch @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import print_function -- 2.39.5