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=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 26061 invoked from network); 14 Jul 2022 23:04:34 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 14 Jul 2022 23:04:34 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Thu Jul 14 19:02:56 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1657839772; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ki/dZThaZ0q2pDk4Wt3lpF3VF8Vk/rUQMRAHTOWFbYo=; b=blxt2aAaza+nViUK9ugeRyI74vCHQVuN9SC8JsW83RW87xX1zh448kvCW6tctuIbB6ZNOk lOI2crzfv3m5HPxoQ/bF2yb6NOW5ea/IgRsIfV+NByrePnDvxqfQr771C5S4VZFuzhYcoy i3Ac1MP5lM23APIWYtbW8kLVnne64TI= Received: from [192.168.168.200] (161-97-228-135.lpcnextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id ab9258a3 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Thu, 14 Jul 2022 18:02:52 -0500 (CDT) Message-ID: <880cc1bb-c77b-8c8c-4efd-c55613697a33@posixcafe.org> Date: Thu, 14 Jul 2022 17:02:46 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Content-Language: en-US To: 9front@9front.org References: <878F34DBCF56ED8240FDD9CD16077857@gmail.com> From: Jacob Moody In-Reply-To: <878F34DBCF56ED8240FDD9CD16077857@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: callback-scale out-scaling layer Subject: Re: [9front] git: install rc scripts into /rc/bin/git/ Reply-To: 9front@9front.org Precedence: bulk On 7/14/22 15:33, an2qzavok@gmail.com wrote: > > Quoth Jacob Moody : > >> Did you test this? This doesn't seem like it >> would work at all to me. Unions on plan9 are not >> deep, if two directories are unioned together >> then subdirectories are "either or" based >> on if -b or -a was passed. So if you have >> both /$objtype/bin/git and /rc/bin/git, >> for how /bin is usually binded, one will >> take precedence over the other. > > I indeed did not test this, only checked that `mk install` runs without complaining. > > I apologize for the noise. No worries. You thought you had found a bug and went through the effort of fixing it and sending it out. I appreciate the effort. --- moody