From f67049ddd6a8625a7072482be3c589aa0caea544 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 18 Feb 2008 20:32:22 -0800 Subject: [PATCH] Allow python script to be used from non-standard locations. (such as /opt/local/bin/python or /sw/bin/python. :) --- buildscripts/makelsr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5