The shebang line does not hurt; it's ignored when the file is passed to $(PYTHON). It could still make a useful shortcut for someone debugging something.
"If it ain't broken don't fix it" :-) The rename could still help editors that don't parse shebangs. The price is a git log/blame/etc. harder to follow. 2014-06-24 8:57 GMT+01:00 Karl Wiberg <[email protected]>: > On Tue, Jun 24, 2014 at 12:00 AM, Peter Maydell > <[email protected]> wrote: > > Add explicit uses of $(PYTHON) everywhere we run a python script from > > the Makefiles, bringing the sub-makefiles in line with the top level one. > > Looks very reasonable to me. And now that stg-build is always invoked > with $(PYTHON), it could be renamed to stg-build.py and lose its > hash-bang line. > > -- > Karl Wiberg, [email protected] > subrabbit.wordpress.com > www.treskal.com/kalle > > _______________________________________________ > stgit-users mailing list > [email protected] > https://mail.gna.org/listinfo/stgit-users >
_______________________________________________ stgit-users mailing list [email protected] https://mail.gna.org/listinfo/stgit-users
