Hey Phil, 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 Try that. Have a good day, Chip On Oct 1, 2011, at 9:18 AM, phildobbin wrote: > I'm trying to run a shell script & I'm getting "This file doesn't > appear to contain a valid 'shebang' line > (application error code: 13304)". Shebang line in my script is: '#! / > bin/bash'. Pretty stock 10.6.8 install with bash in /bin & /bin is in > my $PATH. Using BBEdit 9.6.3. -- 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>
