diff options
Diffstat (limited to 'lang/python23/patches/patch-ae')
-rw-r--r-- | lang/python23/patches/patch-ae | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python23/patches/patch-ae b/lang/python23/patches/patch-ae index e3e2b097710..118937175c7 100644 --- a/lang/python23/patches/patch-ae +++ b/lang/python23/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.2 2003/12/08 21:13:56 recht Exp $ +$NetBSD: patch-ae,v 1.3 2004/06/02 12:29:28 recht Exp $ ---- Lib/distutils/command/build_scripts.py.orig 2003-06-27 21:33:38.000000000 +0200 -+++ Lib/distutils/command/build_scripts.py -@@ -99,7 +99,7 @@ class build_scripts (Command): +--- Lib/distutils/command/build_scripts.py.orig 2004-04-01 05:56:46.000000000 +0200 ++++ Lib/distutils/command/build_scripts.py 2004-06-02 13:45:05.000000000 +0200 +@@ -101,7 +101,7 @@ outf.write("#!%s%s\n" % (os.path.join( sysconfig.get_config_var("BINDIR"), |