summaryrefslogtreecommitdiff
path: root/lang/python22/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python22/patches/patch-ab')
-rw-r--r--lang/python22/patches/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python22/patches/patch-ab b/lang/python22/patches/patch-ab
new file mode 100644
index 00000000000..93a97a61036
--- /dev/null
+++ b/lang/python22/patches/patch-ab
@@ -0,0 +1,10 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/01/15 17:11:03 drochner Exp $
+
+--- Tools/scripts/pydoc2.2.orig Tue Jan 15 17:56:59 2002
++++ Tools/scripts/pydoc2.2 Tue Jan 15 17:57:25 2002
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2.2
+
+ import pydoc
+ pydoc.cli()