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

Re: "operation not permitted"



On Wed, Sep 4, 2019 at 3:44 AM TJ Luoma <luomat@xxxxxxxxx> 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

Either /usr/bin/env is having a problem, or something in the script is.

What happens if you run "/usr/bin/env zsh" from the command line?

Next would be to try putting "set -x" (or equivalently "setopt
xtrace") at the top of the file, so you can see it running and
identify the line with the problem.



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