From 1945ce257b5bb6eabfbf27c295e11580aa174fb9 Mon Sep 17 00:00:00 2001 From: Guillaume Baffoin Date: Tue, 25 Jan 2022 15:15:37 +0100 Subject: [PATCH] fix python shebang for debian 11 #61039 --- post-receive-email | 2 +- post-receive-notify-updates | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/post-receive-email b/post-receive-email index 19318db..ce0ebc0 100755 --- a/post-receive-email +++ b/post-receive-email @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # # post-receive-email - Post receive email hook for the Labs Git repository # diff --git a/post-receive-notify-updates b/post-receive-notify-updates index 0769668..4d0adc1 100755 --- a/post-receive-notify-updates +++ b/post-receive-notify-updates @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # post-receive-notify-updates #