[Zope3-checkins] SVN: Zope3/trunk/skel/bin/test.in - changed /bin/env to /usr/bin/env as in test.py

Christian Theune ct at gocept.com
Wed May 19 05:37:20 EDT 2004


Log message for revision 24816:
 - changed /bin/env to /usr/bin/env as in test.py



-=-
Modified: Zope3/trunk/skel/bin/test.in
===================================================================
--- Zope3/trunk/skel/bin/test.in	2004-05-19 08:18:25 UTC (rev 24815)
+++ Zope3/trunk/skel/bin/test.in	2004-05-19 09:37:20 UTC (rev 24816)
@@ -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