From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Mon, 12 Apr 2010 21:47:54 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] 9vx patch to read environment var PLAN9 Topicbox-Message-UUID: 008fa2e4-ead6-11e9-9d60-3106f5b1d025 > but both > of the hard-coded paths in 9vx main.c are obviously in RSC's home directories it's not hardcoded; you can use -r as Russ said. the difference is: "use default unless -r is given" vs. "use default unless getenv(NINEROOT) is given". -r makes it very obvious what the root is and probably will work better for un-unix-like environments. but at any rate, you have the sources and are free to change things locally to suit your taste.