[gjs] scripts: don't hardcode path to python
- From: Lucas Almeida Rocha <lucasr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gjs] scripts: don't hardcode path to python
- Date: Mon, 17 Aug 2009 15:43:15 +0000 (UTC)
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]