From 62503afc03a2c877454473fc10a7518222b29bf0 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 16 Jan 2020 12:49:53 +0530 Subject: [PATCH] vcs-to-changelog: Drop python3 shebang from frontend_c.py frontend_c.py is not executed directly and hence does not need it. * build-aux/vcstocl/frontend_c.py: Remove shebang. --- ChangeLog | 7 +++++++ build-aux/vcstocl/frontend_c.py | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc48c3960a..3ebd83799e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2020-01-16 Siddhesh Poyarekar + + vcs-to-changelog: Drop python3 shebang from frontend_c.py. + Reported in + . + * build-aux/vcstocl/frontend_c.py: Remove shebang. + 2020-01-15 Simon Josefsson crypto/gc-pbkdf2: New module. diff --git a/build-aux/vcstocl/frontend_c.py b/build-aux/vcstocl/frontend_c.py index 4f6ef240a6..81f37ffa4d 100644 --- a/build-aux/vcstocl/frontend_c.py +++ b/build-aux/vcstocl/frontend_c.py @@ -1,4 +1,3 @@ -#!/usr/bin/python3 # The C Parser. # Copyright (C) 2019-2020 Free Software Foundation, Inc. # -- 2.39.5