1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

core/emu: use #!/usr/bin/env in shebang (#263)

This commit is contained in:
Ján Hrnko 2019-06-26 12:16:41 +02:00 committed by Pavol Rusnak
parent c8b9beaba2
commit 0a70f8da1b

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
MICROPYTHON="${MICROPYTHON:-${PWD}/build/unix/micropython}"
TREZOR_SRC=$(cd "${PWD}/src/"; pwd)