From: Sean M. <br...@us...> - 2006-04-08 01:54:43
|
Update of /cvsroot/cvs-syncmail/syncmail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27151 Modified Files: syncmail Log Message: Use the more portable /usr/bin/env python so that configurations where there is no /usr/bin/python will actually work without modification Index: syncmail =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/syncmail,v retrieving revision 2.4 retrieving revision 2.5 diff -u -d -r2.4 -r2.5 --- syncmail 8 Apr 2006 01:42:55 -0000 2.4 +++ syncmail 8 Apr 2006 01:54:39 -0000 2.5 @@ -1,4 +1,4 @@ -#! /usr/bin/python +#!/usr/bin/env python # S Y N C M A I L # # Copyright (c) 2002-2006 Barry Warsaw, Fred Drake, and contributors |