summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/python/python-native-2.5.2/dont-modify-shebang-line.patch
blob: 54109afd6293448eb9f455a8d7a4ed9697cfdf0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
#

--- Python-2.4/Lib/distutils/command/build_scripts.py~dont-modify-shebang-line
+++ Python-2.4/Lib/distutils/command/build_scripts.py
@@ -87,7 +87,7 @@
                     continue
 
                 match = first_line_re.match(first_line)
-                if match:
+                if False: #match:
                     adjust = 1
                     post_interp = match.group(1) or ''