From a829ae56b298674788cdaa67830702d471d03e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20H=C4=83loiu?= Date: Thu, 10 Sep 2020 03:05:19 +0200 Subject: [PATCH] build: use python 2 shebang for git scripts (#25335) --- script/git-export-patches | 2 +- script/git-import-patches | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/git-export-patches b/script/git-export-patches index 70930aab6370..03adf2b7d2af 100755 --- a/script/git-export-patches +++ b/script/git-export-patches @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import argparse import os diff --git a/script/git-import-patches b/script/git-import-patches index 3f0fb54a5dec..bf7809606da4 100755 --- a/script/git-import-patches +++ b/script/git-import-patches @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import argparse import os