use env in shebangs in pm3-flash-fullimage and rest of tools

This commit is contained in:
Joe Harrison 2020-02-19 16:13:17 +00:00
parent 7d157606ee
commit 5e88faa2cf
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
PM3PATH=$(dirname "$0")
. "$PM3PATH/pm3"

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# findbits.py - find Binary, Octal, Decimal or Hex number in bitstream
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
'''
# Andrei Costin <zveriu@gmail.com>, 2011

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
'''
# Andrei Costin <zveriu@gmail.com>, 2011