jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Space at beginning of linux "arduino" shell script prevents it from starting #189

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by dmel...@gmail.com on 28 Jan 2010 at 1:54

GoogleCodeExporter commented 8 years ago

Original comment by dmel...@gmail.com on 29 Jan 2010 at 8:56