diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:33:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:33:25 (GMT) |
commit | 9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb (patch) | |
tree | f9501c1ee9cda66cc615050332b2372dd0740751 /Mac/BuildScript | |
parent | afa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7 (diff) | |
download | cpython-9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb.zip cpython-9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb.tar.gz cpython-9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb.tar.bz2 |
normalize shebang lines to #!/usr/bin/env python
Diffstat (limited to 'Mac/BuildScript')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index dbb968e..14a3a8e 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """ This script is used to build the "official unofficial" universal build on Mac OS X. It requires Mac OS X 10.4, Xcode 2.2 and the 10.4u SDK to do its |