shithub: fork

Download patch

ref: 40125e7a666463a6b2bd4a432cfc31ca13de89c3
parent: 8134827ac6132aadb803b2c3ec808fc3f8d8b842
author: qwx <qwx@sciops.net>
date: Sat Sep 13 22:16:33 EDT 2025

mothra: sync with upstream

--- a/sys/src/cmd/mothra/mothra.c
+++ b/sys/src/cmd/mothra/mothra.c
@@ -304,6 +304,7 @@
 	int i;
 
 	quotefmtinstall();
+	doquote = needsrcquote;
 	fmtinstall('U', Ufmt);
 
 	ARGBEGIN{
--