Skip to content

Commit 6974978

Browse files
author
Federico Fissore
committed
Linux: arduino startup script uses #!/usr/bin/env bash. Fixes #3003
1 parent 935bece commit 6974978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/dist/arduino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
CURDIR=`pwd`
44
APPDIR="$(dirname -- "$(readlink -f -- "${0}")" )"

0 commit comments

Comments
 (0)