FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1250 : Space at beginning of linux "processing" shell script prevents it from starting
Last modified: 2009-05-26 12:25
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Endolith
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-05-22 16:50
Apparently my default shell, fish, is more picky than bash, and won't start
the processing script since it starts with " #!/bin/sh" instead of "#!/bin/sh".
"The file './processing' is marked as an executable but could not be run by
the operating system."
Removing the space fixes it.
Additional Comment
#1 From fry 2009-05-26 12:25
weird, i have no idea how the space got there, but it's been removed for
the next round (1.0.4). thanks for the report.