blob: d4680cad48db3c2df86cd94875876fc3d5fd68f4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/Lib/distutils/command/build_scripts.py
+++ b/Lib/distutils/command/build_scripts.py
@@ -91,6 +91,7 @@ class build_scripts(Command):
adjust = True
post_interp = match.group(1) or b''
+ adjust = 0
if adjust:
log.info("copying and adjusting %s -> %s", script,
self.build_dir)
|