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
1 changed files with 1 additions and 1 deletions

View File

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