What steps will reproduce the problem?
1. Use the fish shell
2. Run ./arduino
What is the expected output? What do you see instead?
"fish: The file './arduino' is marked as an executable but could not be run
by the operating system."
What version of the Arduino software are you using? On what operating
system? Which Arduino board are you using?
Arduino-0017
Please provide any additional information below.
Apparently my default shell, fish, is more picky than bash, and won't start
the script since it starts with " #!/bin/sh" instead of "#!/bin/sh".
Removing the space at the beginning fixes it. Processing had the same
problem: http://dev.processing.org/bugs/show_bug.cgi?id=1250
Original issue reported on code.google.com by endol...@gmail.com on 20 Jan 2010 at 2:51
Original issue reported on code.google.com by
endol...@gmail.com
on 20 Jan 2010 at 2:51