mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 1905244 - Use env
to find python3 for headless script r=gfx-reviewers,lsalzman
This allows the script to run on distros that only have python3 installed by default. Differential Revision: https://phabricator.services.mozilla.com/D215172
This commit is contained in:
parent
0ab01cacac
commit
f6a8f30413
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user