]> git.donarmstrong.com Git - lilypond.git/commit
Always use $(PYTHON) scriptname.py.
authorMatthias Kilian <kili@outback.escape.de>
Sun, 27 Dec 2009 15:53:20 +0000 (16:53 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 27 Dec 2009 16:23:01 +0000 (17:23 +0100)
commit9da933e11931286341edbd800bfcd0b005459041
tree50f7d8369c5311e3c81ae06c0311c26842d8d42f
parenta97a19002fce78eaa053af7adca54572e51485ab
Always use $(PYTHON) scriptname.py.

The often-used idiom #!/usr/bin/env python not only is potentially
dangerous, but it also fails if there are several versions of python
installed, with the python binaries named python2.4, python2.5,
python2.6, ...

This patch hopefully catches all remaining cases of a missing $(PYTHON).
Documentation/GNUmakefile
Documentation/po/GNUmakefile