Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "operation not permitted"
- X-seq: zsh-users 24203
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: "operation not permitted"
- Date: Wed, 4 Sep 2019 07:14:12 -0400
- Cc: Zsh MailingList <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=R1SDrTUWPu5/ngYoEab3bO74pJ7Fcfnr4yeGrbs5qTQ=; b=gKpdZLIgd1U8NGXS7wlgeatuxZme4EEbxH9dZu05v79QNJlDrBPBqyH4ecdJOs0mVq gIszKReKQTYTRu0PknQGFT75V1pByNcoYxAFBl84PcZLT8qQZGBxizIAyi3Zh4AMlVWP GH12sx42C3AwUDLZ+fMJo2EzU5F8alP/hg5rsi+Q+jPZYQF/a4HgWOl1Q3bpOItOntQd AQEUQXMSj1P2kxBfsaNQRXgb0A8ruzm83oFhWd5TTmjsXrVANXUXfnE1VTO9hStnwVCD PqqNCcIM9mwad3cgg277fg7gs6qRJOuNg6tNEfSKMvzokJc69YHYEjW8Fbs/+3cAYCDA HAzA==
- In-reply-to: <CADjGqHsfTDnJeNZ7dauL+jKOj2baKOV-GZauHVVs9-b=9dWJCg@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: <CGME20190904104432epcas3p2d0825a22892c5a329241cd63d2d78ee6@epcas3p2.samsung.com> <CADjGqHsF_5Q93hrUZdjWGiLr74efwBefeMWjPkv2r3FADRxufw@mail.gmail.com> <1567594660.4450.9.camel@samsung.com> <CADjGqHsfTDnJeNZ7dauL+jKOj2baKOV-GZauHVVs9-b=9dWJCg@mail.gmail.com>
Here's a weird thing:
I have recently started using
#!/usr/bin/env zsh -f
at the top of my shell scripts, so they will use /usr/local/bin/zsh if
installed or /bin/zsh if not.
If I change that to
#!/bin/zsh -f
then the script will not give the "operation not permitted" error.
And once I run it that way, I can change it back to
#!/usr/bin/env zsh -f
and it will work again.
I don't understand this at all, but maybe someone else might?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author