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
