Bug 957721 - Switch mach's shebang to look for python2.7. r=glandium

OpenBSD doesn't have "python" on $PATH by default. "python" may also
come from a non-2.7 Python. Switching the shebang will help ensure the
user invokes mach with Python 2.7.
This commit is contained in:
Gregory Szorc 2014-01-08 11:19:21 -08:00
Родитель 0816b8349c
Коммит e57a015850
1 изменённых файлов: 1 добавлений и 1 удалений

2
mach
Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.