From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6872 invoked from network); 22 Aug 2022 20:15:44 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 22 Aug 2022 20:15:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=EvfhlPA3hbp/9C4Oupno91Sgf6WnqvglyqWqAXwyZEI=; b=bpdTiGXDwLsmyqjDXHwsZ9XwFu +miMJymDU2S9TO4cQcGVL4eiFjwQ7Kz0UXp0s51Da8Ju54LTmBYZ53GMSxCnXSm2WpjMHLmMYPhk8 UHU9fGMRgpZa539NQ/9rySDtc+3AtPo/FZW8PfiNa//VfhmPhjefr/xFvwQX99eXKFiAygDAxVKwN dGtKGQnaZv5sn82jSb+3Yzue8MvruHiBnu7U+//hhsn1V1pZiqSipxGRmaI6vHU+r4BPPX8gAbo/B HSOMp1174/HInI1MBzDT1fJemIk+5619m6np7aZ4b4ApoHImWqqQEuME4oG89jjTkE8ZPYqp1TTax 4NEeJyCQ==; Received: from authenticated user by zero.zsh.org with local id 1oQDpn-0001SY-AE; Mon, 22 Aug 2022 20:15:43 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1oQDp1-0000k8-8E; Mon, 22 Aug 2022 20:14:55 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 6819127C0054; Mon, 22 Aug 2022 16:14:53 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Mon, 22 Aug 2022 16:14:53 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrvdeijedgudegkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpegtggfuhfgjffevgffkfhfvofesthhqmhdthhdtjeenucfhrhhomhepnfgr fihrvghntggvpgggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenuc ggtffrrghtthgvrhhnpeekheejjeefgeektedvhfeiteetudetheefgfekledttdeljeef ieeukeejjefggfenucffohhmrghinhepiihshhdrohhrghenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihvhdomhgvshhmthhprghu thhhphgvrhhsohhnrghlihhthidqudduhedukeejjedtgedqudduledvjeefkeehqdhlrg hrrhihvheppeiishhhrdhorhhgsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 22 Aug 2022 16:14:52 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.21\)) Subject: Re: zsh expansion fails if nocaseglob and not all directory components are listable From: =?utf-8?Q?Lawrence_Vel=C3=A1zquez?= In-Reply-To: Date: Mon, 22 Aug 2022 16:14:51 -0400 Cc: zsh-users@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: <0823CF70-B573-4E59-BF9B-550857E11CC7@zsh.org> References: To: Oliver Freyermuth X-Mailer: Apple Mail (2.3445.104.21) X-Seq: 27978 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: > On Aug 22, 2022, at 2:02 PM, Oliver Freyermuth = wrote: >=20 > I'm not sure if this is a bug or a feature =E2=80=94 but I have seen = some zsh scripts break when the top level home directory (/home) is set = to mode 711 and owned by root > (as is common for shared home directories offered via network at our = site), when nocaseglob is active. This behavior is known; see the discussions rooted at workers/47813 (https://www.zsh.org/mla/workers/2021/msg00026.html) and workers/47822 (https://www.zsh.org/mla/workers/2021/msg00035.html), and possibly others I'm not aware of. I don't remember if any of the proposed changes were accepted. --=20 vq=