1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Linux: arduino startup script uses #!/usr/bin/env bash. Fixes #3003

This commit is contained in:
Federico Fissore 2015-05-29 15:33:47 +02:00
parent 935becec64
commit 6974978ea3

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
CURDIR=`pwd`
APPDIR="$(dirname -- "$(readlink -f -- "${0}")" )"