2015-02-27 13:32:56 +00:00
|
|
|
--- a/Lib/distutils/command/build_scripts.py
|
|
|
|
+++ b/Lib/distutils/command/build_scripts.py
|
2017-07-26 20:55:31 +00:00
|
|
|
@@ -91,6 +91,7 @@ class build_scripts(Command):
|
|
|
|
adjust = True
|
|
|
|
post_interp = match.group(1) or b''
|
2015-02-27 13:32:56 +00:00
|
|
|
|
|
|
|
+ adjust = 0
|
|
|
|
if adjust:
|
|
|
|
log.info("copying and adjusting %s -> %s", script,
|
|
|
|
self.build_dir)
|