[Zope3-checkins] SVN: Zope3/trunk/test.py - All other executable .py files use

Christian Theune ct at gocept.com
Wed May 19 04:18:28 EDT 2004


Log message for revision 24815:
 - All other executable .py files use
   /usr/bin/env instead of /bin/env too, and /bin/env doesn't
   exist on all Linux variants over here, but /usr/bin/env does.



-=-
Modified: Zope3/trunk/test.py
===================================================================
--- Zope3/trunk/test.py	2004-05-18 22:54:34 UTC (rev 24814)
+++ Zope3/trunk/test.py	2004-05-19 08:18:25 UTC (rev 24815)
@@ -1,4 +1,4 @@
-#!/bin/env python2.3
+#!/usr/bin/env python2.3
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.




More information about the Zope3-Checkins mailing list