Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: "operation not permitted"



On Wed, 2019-09-04 at 06:42 -0400, TJ Luoma wrote:
> I just did a clean install of macOS 13 (High Sierra) and have
> encountered a few zsh shell scripts which say "operation not
> permitted" when I try to run them
> 
>       zsh: operation not permitted: register-fluid.sh
> 
> but if I do this
> 
>      zsh =register-fluid.sh
> 
> then it works fine.

What do

which register-fluid.sh

and

ls -l $(which register-fluid.sh)

say?

pws



Messages sorted by: Reverse Date, Date, Thread, Author