GNOME Bugzilla – Bug 591891
Don't hardcode path to python.
Last modified: 2009-08-17 15:43:40 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
Pawel: Please attach patches as attachments - it means that such bug reports will get a nice "has a patch" symbol in buglist.cgi.
Pushed to master, thanks!