We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35974fb commit 3ecc1ceCopy full SHA for 3ecc1ce
1 file changed
Lib/distutils/command/build_scripts.py
@@ -12,7 +12,7 @@
12
from distutils.util import convert_path
13
14
# check if Python is called on the first line with this expression
15
-first_line_re = re.compile(r'^#!.*python(\s+.*)?')
+first_line_re = re.compile(r'^#!.*python(\s+.*)?$')
16
17
class build_scripts (Command):
18
0 commit comments