On 13 Apr 2010, at 06:20, EBo wrote:
Skip Tavakkolian <9...@9netics.com> said:
but both
of the hard-coded paths in 9vx main.c are obviously in RSC's home
directories
it's not hardcoded;
What? The findroot code reads:
static char*
findroot(void)
{
static char cwd[1024];
int i;
char buf[1024];
char *dir[] = {
cwd,
I don't usually like to say "why bother", but given 9vx could be
launched with the appropriate parameter from a 2 line shell script
(including the #!), why are you even debating this?
--
Simplicity does not precede complexity, but follows it. -- Alan Perlis