Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "operation not permitted"
- X-seq: zsh-users 24206
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: TJ Luoma <luomat@xxxxxxxxx>
- Subject: Re: "operation not permitted"
- Date: Wed, 4 Sep 2019 13:15:19 -0700
- Cc: Zsh MailingList <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LsUVa7SEO53eebk2s8MoHRbmkx+buhwXuo+JRSe3Imk=; b=WgN3YYL/5z9U687O8bgWw0chPav7Z8eaierI1i9CRtpv0qO2aEiZ7sekAzjMNFFnRp N2f7wdZLkc0IUBVUi9B/F7aQw7G4y7iZBrTfEQ4bsf8NoAF+527iW3xvBcZVo7aTmzvv WsriqQAkDCRoYO2A3rTG+/akoOjhd1ttJE39ntNfa1X8wvALhjLuIg/eYRIcHRFHl0t1 yH7GjAo8WrOgmzEoV4DUOSpyfpXB+SPfuIXjhkCfwAofpTSp3IirQ5g9tCHc+cK/SJHh Kl8zyKfKLHuFJDXwC1nJPxz+zHVjzPJfgdFKjXm+MMli/nM2d/sJpkBj8c+oJXEVGYdD uALQ==
- In-reply-to: <CADjGqHsF_5Q93hrUZdjWGiLr74efwBefeMWjPkv2r3FADRxufw@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CADjGqHsF_5Q93hrUZdjWGiLr74efwBefeMWjPkv2r3FADRxufw@mail.gmail.com>
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