[Zope3-checkins] SVN: Zope3/trunk/zopeskel/bin/ Merge revision
26009 from the ZopeX3-3.0 branch.
Fred L. Drake, Jr.
fred at zope.com
Wed Jun 30 18:07:56 EDT 2004
Log message for revision 26010:
Merge revision 26009 from the ZopeX3-3.0 branch.
Script templates should have their sh-bang lines re-written to use the
right Python interpreter.
-=-
Modified: Zope3/trunk/zopeskel/bin/runzope.in
===================================================================
--- Zope3/trunk/zopeskel/bin/runzope.in 2004-06-30 22:01:01 UTC (rev 26009)
+++ Zope3/trunk/zopeskel/bin/runzope.in 2004-06-30 22:07:56 UTC (rev 26010)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!<<PYTHON>>
##############################################################################
#
# Copyright (c) 2004 Zope Corporation and Contributors.
Modified: Zope3/trunk/zopeskel/bin/test.in
===================================================================
--- Zope3/trunk/zopeskel/bin/test.in 2004-06-30 22:01:01 UTC (rev 26009)
+++ Zope3/trunk/zopeskel/bin/test.in 2004-06-30 22:07:56 UTC (rev 26010)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!<<PYTHON>>
##############################################################################
#
# Copyright (c) 2004 Zope Corporation and Contributors.
Modified: Zope3/trunk/zopeskel/bin/zopectl.in
===================================================================
--- Zope3/trunk/zopeskel/bin/zopectl.in 2004-06-30 22:01:01 UTC (rev 26009)
+++ Zope3/trunk/zopeskel/bin/zopectl.in 2004-06-30 22:07:56 UTC (rev 26010)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!<<PYTHON>>
##############################################################################
#
# Copyright (c) 2004 Zope Corporation and Contributors.
More information about the Zope3-Checkins
mailing list