[Zodb-checkins] CVS: Zope/lib/python/ZConfig/scripts - zconfig:1.5

Chris McDonough chrism at zope.com
Tue Jul 22 13:30:28 EDT 2003


Update of /cvs-repository/Zope/lib/python/ZConfig/scripts
In directory cvs.zope.org:/tmp/cvs-serv30246/python/ZConfig/scripts

Modified Files:
	zconfig 
Log Message:
Get rid of hardcoded hashbang interpreter paths.


=== Zope/lib/python/ZConfig/scripts/zconfig 1.4 => 1.5 ===
--- Zope/lib/python/ZConfig/scripts/zconfig:1.4	Wed Apr 30 14:05:08 2003
+++ Zope/lib/python/ZConfig/scripts/zconfig	Tue Jul 22 12:29:50 2003
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#!/usr/bin/env python
 ##############################################################################
 #
 # Copyright (c) 2003 Zope Corporation and Contributors.




More information about the Zodb-checkins mailing list