On 2/10/11 at 14:42, [email protected] (John Delacour) wrote:

What happen if you do the normal thing and chmod 755 ... ?

Both of these work as text filters, with or without the space after the shebang:

#! /bin/bash
echo 'Hello World'

or

#! /bin/sh
echo 'Hello World'

I got it working on the command line by cd’ing to the directory it was located in & giving it an absolute path using ~/

Even running chmod 777 on it wouldn’t alter the shebang error in BBEdit (both ‘Hello, World’ examples above run fine in BBEdit).

This leads me to believe there’s a problem in my .bash_profile (maybe).

Cheers,

    Phil...

--
Please consider the environment before reading this email...

--
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