sforkowany z mirror/meshtastic-firmware
Default interpreter to "python" if "python3" doesn't exist
rodzic
50ec03229f
commit
bae1d7a894
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
PYTHON=${PYTHON:-python3}
|
||||
PYTHON=${PYTHON:-$(which python3 python|head -n 1)}
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
PYTHON=${PYTHON:-python3}
|
||||
PYTHON=${PYTHON:-$(which python3 python|head -n 1)}
|
||||
|
||||
# Usage info
|
||||
show_help() {
|
||||
|
|
Ładowanie…
Reference in New Issue