At 07:51 +0100 2/10/11, Phil Dobbin wrote:
I did set the execute permissions a la:
‘chmod u+x foo_bar.sh’ & the directory the script resides in is
in my $PATH but it still won’t play nicely.
ls -l after permissions does look like the problem though. Instead of:
‘-rwxrw-r-- 1 dobbin dobbin’
I’m getting:
‘-rwxrw-r-- @ dobbin staff’
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'
JD
--
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>