On Oct 2, 2011, at 10:13 AM, Phil Dobbin wrote: > 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).
Your .bash_profile is irrelevant. bash only executes .bash_profile for a "login shell" (for example, a new Terminal window). It is not executed for scripts or non-login shells (see the bash man page). Perhaps that is the problem? If you are expecting something from .bash_profile, it won't work. -- 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>
