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:
Glenn Watson 2024-06-30 20:56:14 +00:00
parent 0ab01cacac
commit f6a8f30413

View File

@ -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