From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 511c5730 for ; Wed, 4 Sep 2019 10:44:05 +0000 (UTC) Received: (qmail 16335 invoked by alias); 4 Sep 2019 10:43:59 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24200 Received: (qmail 6274 invoked by uid 1010); 4 Sep 2019 10:43:59 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm1-f67.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25559. spamassassin: 3.4.2. Clear:RC:0(209.85.128.67):SA:0(-2.0/5.0):. Processed in 3.455372 secs); 04 Sep 2019 10:43:59 -0000 X-Envelope-From: luomat@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.128.67 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=RsQiLO+AW27qdlKim4HVLn3xiAnL1KsSGIiHhHp5rhY=; b=BHdeuCIS9CEhj5gVo06KvtZsY/d3Dt/DFsAYx9gXm7jzVIwFnX7TOVb7YN971BfOEE GukVYgrNaRluuTt0TBo3bGr8azGVPFtRlmGm85hg0pdYnsgAKmgeDqctD4FQBZ9gYyTq MLD+Wo094HVPonpYlKL9sRm6sP+qt5VrNmZ45UOmiSvkNnSTUiY7303uAQEBuI9Tn3TT NOdoNj2Ft5YPNWRT1kWXU7h4mgO6ZDjHpJj9hrWJihiykiEClJwD1thUCCB0TlV11LeG 17RKYxVwBx57uhNwzSQugidxosvPiW2z0RoljEbTwNiBBnvZf1GTfzs6ezTwnUG8gwyt wuvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=RsQiLO+AW27qdlKim4HVLn3xiAnL1KsSGIiHhHp5rhY=; b=HkTtkKnmjNy+BEOAh4DDsc1FJVPm3Iuaz41/UZxvqPnN4v1VjTJ1H64POL09/4Y//r I0rB9B0mrEGaqMddeKIMjbFq7Ey+A9bWhmC+nS8J2dnPiuc4lSkB2wovQ/Yn8IIkQPCV LYRFFNv7+f8VplFva+4z9AJ0KeMrWcqyvvapXVKRUZS5Klc9Crg3WfjSsMp+0vZbUC37 WfxY5BbAw7sb5DoNaI2mlOs6UowOBtfz5JOReR315Dp+gtVh5et5W5pwpzh01Fj1+NSP EvMcvvimnBzyv5FoS1Czp1yAf92cQVfh5vkJAvLeE8kpuVmKtfO37uSilsw1DZAmrCLc 2Z5g== X-Gm-Message-State: APjAAAVovM26B7puYCLvqGvkP+zrYZabPV7BLwbIHrBWlZSUFJWfaDCd SME7j0zxZmqQ/gnk+EHkrK5Fe/YGQgLo3QPEQu2S1FgNPVE= X-Google-Smtp-Source: APXvYqw1Fc/L4FJ8kOAWAqivCLFGp07PiMkHXTmJVKE6jTKDdxm4qqLR9/KUlrC8i+XP995xL6qkI5ovwPd6vr6Uj1A= X-Received: by 2002:a1c:540c:: with SMTP id i12mr4043148wmb.90.1567593801442; Wed, 04 Sep 2019 03:43:21 -0700 (PDT) MIME-Version: 1.0 From: TJ Luoma Date: Wed, 4 Sep 2019 06:42:45 -0400 Message-ID: Subject: "operation not permitted" To: Zsh MailingList Content-Type: text/plain; charset="UTF-8" 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. The shell script is in my $PATH and is executable. It's not doing anything fancy. In fact I can include it here. #!/usr/bin/env zsh -f # Purpose: # # From: Timothy J. Luoma # Mail: luomat at gmail dot com # Date: 2019-09-04 NAME="$0:t:r" if [[ -e "$HOME/.path" ]] then source "$HOME/.path" else PATH='/usr/local/scripts:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin' fi TARGET="${HOME}/Library/Application Support/Fluid/TimothyLuoma.fluid2license" if [[ -e "$TARGET" ]] then echo "$NAME: '$TARGET' already exists." exit 0 fi [[ ! -d "$TARGET:h" ]] && mkdir -p "$TARGET:h" cp -vn "$HOME/.config/licenses/fluid/TimothyLuoma.fluid2license" "$TARGET" exit 0 #EOF Any ideas why I'm getting "operation not permitted" for this? Thanks! Tj