At 23:18 +0100 10/1/11, Phil Dobbin wrote:
>On 1/10/11 at 21:30, [email protected] (Chip Warden) wrote:
>
>>It looks like you have a space in your shebang line where it shouldn't be. 
>>The line should look like:
>>#!/bin/bash
>>
>>not:
>>
>>#! /bin/bash
>
>Hi, Chip.
>
>I did notice the erroneous space & deleted it but it still throws the same 
>error.


Your file may need to have it's execute permissions bit set.

Bash is a default for shell scripts. You might not need it and without it the 
text file, executable or not, would be passed to bash by default.

It's amusing to see what happens when bbedit or AppleScript creates an instance 
of bash which then creates yet another instance of bash because of the #! line. 
It makes one wonder just how smart the UNIX kernel is.
-- 

--> From the U S of A, the only socialist country that refuses to admit it. <--

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to