From: John Mandereau Date: Sun, 27 Dec 2009 17:42:07 +0000 (+0100) Subject: Thinko: fix Python shebang of a build script X-Git-Tag: release/2.13.10-1~47 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0d407e93e90a873a2928d33a1dbc7fb8c65311cc;p=lilypond.git Thinko: fix Python shebang of a build script --- diff --git a/scripts/build/yyout2grammar.py b/scripts/build/yyout2grammar.py index e21532f19e..d46f648cd5 100755 --- a/scripts/build/yyout2grammar.py +++ b/scripts/build/yyout2grammar.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!@PYTHON@ # # yyout2grammar.py