zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: TJ Luoma <luomat@gmail.com>
Cc: Zsh MailingList <zsh-users@zsh.org>
Subject: Re: "operation not permitted"
Date: Wed, 4 Sep 2019 13:15:19 -0700	[thread overview]
Message-ID: <CAH+w=7b+OQF1sg0Wr4m_h-D60jMciD36-W0Foz0LGMP-LOk7fA@mail.gmail.com> (raw)
In-Reply-To: <CADjGqHsF_5Q93hrUZdjWGiLr74efwBefeMWjPkv2r3FADRxufw@mail.gmail.com>

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

      parent reply	other threads:[~2019-09-04 23:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20190904104432epcas3p2d0825a22892c5a329241cd63d2d78ee6@epcas3p2.samsung.com>
2019-09-04 10:42 ` TJ Luoma
2019-09-04 10:57   ` Peter Stephenson
2019-09-04 11:11     ` TJ Luoma
2019-09-04 11:14       ` TJ Luoma
2019-09-04 14:09   ` TJ Luoma
2019-09-04 20:15   ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+w=7b+OQF1sg0Wr4m_h-D60jMciD36-W0Foz0LGMP-LOk7fA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=luomat@gmail.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).