> On Mar 6, 2020, at 11:46 AM, Paul Gobble <[email protected]> wrote:
> 
> I notice the additional “...” as the start of the Shebang on the MacOS 
> hexdump. 
> 
> What do you see, and what could that mean?
> 

It means that you saved your file as Unicode (UTF-8, with BOM) which includes a 
byte-order mark; Unix tools don't react well to such things. Saving it as 
Unicode (UTF-8) will save the file without a BOM, and this will probably solve 
the problem.

R.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "[email protected]" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/E8BE4609-F81E-486A-9EE0-4282CF7E26B2%40barebones.com.

Reply via email to