From: Graham Percival Date: Tue, 19 Feb 2008 04:32:22 +0000 (-0800) Subject: Allow python script to be used from non-standard locations. X-Git-Tag: release/2.11.41-1~36 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f67049ddd6a8625a7072482be3c589aa0caea544;p=lilypond.git Allow python script to be used from non-standard locations. (such as /opt/local/bin/python or /sw/bin/python. :) --- diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index 05ed101fd4..233c61ac64 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import sys import os