diff options
author | cvs2svn <tools@python.org> | 2002-01-28 14:58:24 (GMT) |
---|---|---|
committer | cvs2svn <tools@python.org> | 2002-01-28 14:58:24 (GMT) |
commit | ebc89b66163ec154e91aad3c1f39664c28e99a1f (patch) | |
tree | 169bc84898a19fbe6bf9ae895c9ef73a8cc07a4d /Misc/RPM/Python-2.1-pythonpath.patch | |
parent | 446b2472fcf5cc1d3a49fbac3da6f9bb3f34f262 (diff) | |
download | cpython-ebc89b66163ec154e91aad3c1f39664c28e99a1f.zip cpython-ebc89b66163ec154e91aad3c1f39664c28e99a1f.tar.gz cpython-ebc89b66163ec154e91aad3c1f39664c28e99a1f.tar.bz2 |
This commit was manufactured by cvs2svn to create branch
'release22-maint'.
Diffstat (limited to 'Misc/RPM/Python-2.1-pythonpath.patch')
-rw-r--r-- | Misc/RPM/Python-2.1-pythonpath.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Misc/RPM/Python-2.1-pythonpath.patch b/Misc/RPM/Python-2.1-pythonpath.patch new file mode 100644 index 0000000..a628128 --- /dev/null +++ b/Misc/RPM/Python-2.1-pythonpath.patch @@ -0,0 +1,27 @@ +diff -ur Python-2.1a1.old/Lib/cgi.py Python-2.1a1/Lib/cgi.py +--- Python-2.1a1.old/Lib/cgi.py Sat Jan 20 12:54:20 2001 ++++ Python-2.1a1/Lib/cgi.py Fri Jan 26 01:07:57 2001 +@@ -1,4 +1,4 @@ +-#! /usr/local/bin/python ++#!/usr/bin/env python + + """Support module for CGI (Common Gateway Interface) scripts. + +diff -ur Python-2.1a1.old/Tools/faqwiz/faqw.py Python-2.1a1/Tools/faqwiz/faqw.py +--- Python-2.1a1.old/Tools/faqwiz/faqw.py Fri Apr 3 15:27:04 1998 ++++ Python-2.1a1/Tools/faqwiz/faqw.py Fri Jan 26 01:08:07 2001 +@@ -1,4 +1,4 @@ +-#! /usr/local/bin/python ++#!/usr/bin/env python + + """FAQ wizard bootstrap.""" + +diff -ur Python-2.1a1.old/Tools/scripts/parseentities.py Python-2.1a1/Tools/scripts/parseentities.py +--- Python-2.1a1.old/Tools/scripts/parseentities.py Wed Jan 17 01:48:39 2001 ++++ Python-2.1a1/Tools/scripts/parseentities.py Fri Jan 26 01:08:16 2001 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/python ++#!/usr/bin/env python + """ Utility for parsing HTML entity definitions available from: + + http://www.w3.org/ as e.g. |