From 62503afc03a2c877454473fc10a7518222b29bf0 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 16 Jan 2020 12:49:53 +0530 Subject: 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. --- build-aux/vcstocl/frontend_c.py | 1 - 1 file changed, 1 deletion(-) (limited to 'build-aux/vcstocl') 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. # -- cgit v1.2.1