9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Re: change in 9load
@ 2003-05-21 16:18 Fco.J.Ballesteros
  0 siblings, 0 replies; only message in thread
From: Fco.J.Ballesteros @ 2003-05-21 16:18 UTC (permalink / raw)
  To: 9fans

Changing

			if (mb->name[0] != '!')
				continue;

with
			if (mb->name[0] != '$')
				continue;

in /sys/src/boot/pc/conf.c, after applying the diff I sent before, would
achieve what Russ suggested (using [$var] instead of [!var] in plan9.ini).

I've already made that change; it makes things more clear.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-21 16:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-21 16:18 [9fans] Re: change in 9load Fco.J.Ballesteros

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).