Use python2 instead of python(2/3)

On modern systems "python" refers to python3, and the script won't work, so I suggest changing it to python2 with this patch.

This patch shouldn't break compatibility with older systems.
This commit is contained in:
Lukas Schauer 2015-02-06 04:44:47 +01:00
parent 1740841e4f
commit 40874baa2a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# ESP8266 ROM Bootloader Utility
# https://github.com/themadinventor/esptool