ref: d657283a971f1d5389db6a4ebde7321f01d512a7
parent: 45505983f4a552fbfb71dbdfad56b8792d04e2b6
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Nov 5 19:47:57 EST 2020
unrevert accidental htmlfmt reversion.
--- a/mesg.c
+++ b/mesg.c
@@ -191,8 +191,7 @@
dup(m->fd[1], 1);
close(m->fd[0]);
close(m->fd[1]);
- sendul(m->sync, 0);
- procexecl(nil, "/bin/htmlfmt", "-a", "-cutf-8", m->path, nil);
+ procexecl(mb->sync, "/bin/htmlfmt", "htmlfmt", "-a", "-cutf-8", m->path, nil);
}
static int