[gjs] scripts: don't hardcode path to python



commit f43b37af7bb153926b8c6310eabf757f4515a51d
Author: Pawel Worach <pawel worach gmail com>
Date:   Mon Aug 17 16:43:15 2009 +0100

    scripts: don't hardcode path to python
    
    http://bugzilla.gnome.org/show_bug.cgi?id=591891

 scripts/make-tests |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/make-tests b/scripts/make-tests
index 56ac4ff..7ca12e4 100755
--- a/scripts/make-tests
+++ b/scripts/make-tests
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 import os
 import sys



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]