Skip to content

Commit

Permalink
Bug 957721 - Switch mach's shebang to look for python2.7. r=glandium
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
indygreg committed Jan 8, 2014
1 parent 0816b83 commit e57a015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mach
Original file line number Diff line number Diff line change
@@ -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/.
Expand Down

0 comments on commit e57a015

Please sign in to comment.