Bug 1250 : Space at beginning of linux "processing" shell script prevents it from starting
Last modified: 2009-05-26 12:25




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

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.