Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f04c8fe1 authored by Andrew Bartholomew's avatar Andrew Bartholomew Committed by Michael Bestas
Browse files

build: use /usr/bin/env to call python

Hardcoding the path to python instead of env is not recommended.  This
can break the build in some Linux environments that link /usr/bin/python
to python3.

Change-Id: I4c62eb391acc6d468ce24ac8640834e965e76e78
parent d02d02b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/python -E
#!/usr/bin/env python -E

import sys, os, re