]> granicus.if.org Git - python/commitdiff
use proper shebang lines
authorBenjamin Peterson <benjamin@python.org>
Thu, 11 Mar 2010 21:53:25 +0000 (21:53 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 11 Mar 2010 21:53:25 +0000 (21:53 +0000)
Lib/bsddb/dbshelve.py
Lib/cgi.py

index 7c875b47380da53b1cb3bc7f2e34d36527558baa..891c7f2d584b40545701b692d102afa351b71a35 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
 #------------------------------------------------------------------------
 #           Copyright (c) 1997-2001 by Total Control Software
 #                         All Rights Reserved
index db10a6246c0bfae4908127f72b32b6d2c13508aa..77ecde63484ce15dac020f058d49130a3dd2c595 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
 
 # NOTE: the above "/usr/local/bin/python" is NOT a mistake.  It is
 # intentionally NOT "/usr/bin/env python".  On many systems