Skip to content

Commit

Permalink
Linux: arduino startup script uses #!/usr/bin/env bash. Fixes esp8266…
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed May 29, 2015
1 parent 935bece commit 6974978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/linux/dist/arduino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

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

0 comments on commit 6974978

Please sign in to comment.