After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 591891 - Don't hardcode path to python.
Don't hardcode path to python.
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
0.3
Other FreeBSD
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-15 12:03 UTC by Pawel Worach
Modified: 2009-08-17 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pawel Worach 2009-08-15 12:03:49 UTC
Not all system install python in /usr/bin

--- ./scripts/make-tests.bak    2009-05-02 00:14:04.000000000 +0000
+++ ./scripts/make-tests        2009-08-15 14:02:12.000000000 +0000
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python

 import os
 import sys
Comment 1 André Klapper 2009-08-15 13:02:58 UTC
Pawel: Please attach patches as attachments - it means that such bug reports will get a nice "has a patch" symbol in buglist.cgi.
Comment 2 Lucas Rocha 2009-08-17 15:43:40 UTC
Pushed to master, thanks!