From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 13 Apr 2010 00:47:39 -0600 To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net>, "Skip Tavakkolian" <9nut@9netics.com> From: "EBo" Message-ID: In-Reply-To: References: Subject: Re: [9fans] 9vx patch to read environment var PLAN9 Topicbox-Message-UUID: 00ad9948-ead6-11e9-9d60-3106f5b1d025 > >> > What? The findroot code reads: > >> > >> read the code again; findroot doesn't come into play. > > > > it most certainly does! > > the whole point was that given -r, findroot doesn't come into play. > > if NINEROOT is not set, what does your version of 9vx do (without -r)? In short it fails with the error "cannot find plan 9 root; use -r" Here is the specific sequence: If the 9vx invocation is in the root directory use `cwd` -> here is where I checked for NINEROOT try "/Users/rsc/9vx" try "/home/rsc/plan9/4e" fail with error "cannot find plan 9 root; use -r" EBo --