acme: add -m option and avoid looking in the mirror

This commit is contained in:
Russ Cox 2008-04-17 16:04:19 -04:00
parent e63025d094
commit cd5a73785d
6 changed files with 25 additions and 2 deletions

View file

@ -121,7 +121,7 @@ fsysinit(void)
initfcall();
if(pipe(p) < 0)
error("can't create pipe");
if(post9pservice(p[0], "acme") < 0)
if(post9pservice(p[0], "acme", mtpt) < 0)
error("can't post service");
sfd = p[1];
fmtinstall('F', fcallfmt);