diff hgweb.cgi @ 202:e875a0cf7f3a

Call python via env in hgweb.cgi
author mpm@selenic.com
date Tue, 31 May 2005 21:24:14 -0800
parents f9d8620ef469
children 5f65a108a559
line wrap: on
line diff
--- a/hgweb.cgi	Tue May 31 21:10:10 2005 -0800
+++ b/hgweb.cgi	Tue May 31 21:24:14 2005 -0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # An example CGI script to use hgweb, edit as necessary