[Buildbot-commits] buildbot setup.py,1.47,1.48

Brian Warner warner at users.sourceforge.net
Thu Apr 24 22:49:51 UTC 2008


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18949

Modified Files:
	setup.py 
Log Message:
[project @ shebang usr bin env python]
This makes it possible for me to execute "./setup.py", even on cygwin.


Original author: zooko at zooko.com
Date: 2008-04-15 03:38:28+00:00

Index: setup.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/setup.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- setup.py	24 Apr 2008 22:49:44 -0000	1.47
+++ setup.py	24 Apr 2008 22:49:49 -0000	1.48
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 import sys, os, re
 from distutils.core import setup





More information about the Commits mailing list