add $plan9 variable
This commit is contained in:
parent
f6bc914915
commit
4de03b544c
3 changed files with 16 additions and 7 deletions
|
|
@ -531,6 +531,11 @@ readruleset(void)
|
|||
Ruleset *rs;
|
||||
Rule *r;
|
||||
int eof, inrule, i, ncmd;
|
||||
char *plan9root;
|
||||
|
||||
plan9root = get9root();
|
||||
if(plan9root)
|
||||
setvariable("plan9", 5, plan9root, plan9root);
|
||||
|
||||
Again:
|
||||
eof = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue