зеркало из https://github.com/mozilla/gecko-dev.git
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. There is a risk this may break mach for some people. If the masses complain, we may roll back. --HG-- extra : rebase_source : e05b707779bc80e9f9c9f30ba8cd70aa6aa9847f extra : amend_source : 418ecc9e4c289e7dd8c4423e701ebc9574ecae45
This commit is contained in:
Родитель
e52ec0e49b
Коммит
30f5849302
2
mach
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/.
|
||||
|
|
Загрузка…
Ссылка в новой задаче