[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/zopeskel/bin/
Script templates should have their sh-bang lines re-written
to use the
Fred L. Drake, Jr.
fred at zope.com
Wed Jun 30 18:01:01 EDT 2004
Log message for revision 26009:
Script templates should have their sh-bang lines re-written to use the
right Python interpreter.
-=-
Modified: Zope3/branches/ZopeX3-3.0/zopeskel/bin/runzope.in
===================================================================
--- Zope3/branches/ZopeX3-3.0/zopeskel/bin/runzope.in 2004-06-30 19:30:10 UTC (rev 26008)
+++ Zope3/branches/ZopeX3-3.0/zopeskel/bin/runzope.in 2004-06-30 22:01:01 UTC (rev 26009)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!<<PYTHON>>
##############################################################################
#
# Copyright (c) 2004 Zope Corporation and Contributors.
Modified: Zope3/branches/ZopeX3-3.0/zopeskel/bin/test.in
===================================================================
--- Zope3/branches/ZopeX3-3.0/zopeskel/bin/test.in 2004-06-30 19:30:10 UTC (rev 26008)
+++ Zope3/branches/ZopeX3-3.0/zopeskel/bin/test.in 2004-06-30 22:01:01 UTC (rev 26009)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!<<PYTHON>>
##############################################################################
#
# Copyright (c) 2004 Zope Corporation and Contributors.
Modified: Zope3/branches/ZopeX3-3.0/zopeskel/bin/zopectl.in
===================================================================
--- Zope3/branches/ZopeX3-3.0/zopeskel/bin/zopectl.in 2004-06-30 19:30:10 UTC (rev 26008)
+++ Zope3/branches/ZopeX3-3.0/zopeskel/bin/zopectl.in 2004-06-30 22:01:01 UTC (rev 26009)
@@ -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