From: Siddhesh Poyarekar Date: Thu, 16 Jan 2020 07:19:53 +0000 (+0530) Subject: vcs-to-changelog: Drop python3 shebang from frontend_c.py X-Git-Tag: v1.0~4347 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=62503afc03a2c877454473fc10a7518222b29bf0;p=gnulib.git 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. --- 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. #