bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] vcs-to-changelog: Drop python3 shebang from frontend_c.py


From: Siddhesh Poyarekar
Subject: [PATCH 1/3] vcs-to-changelog: Drop python3 shebang from frontend_c.py
Date: Thu, 16 Jan 2020 12:49:53 +0530

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(-)

diff --git a/build-aux/vcstocl/frontend_c.py b/build-aux/vcstocl/frontend_c.py
index 4f6ef240a..81f37ffa4 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.24.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]