9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] /rc/bin/doctype typo
@ 2021-06-03  1:59 adr
  0 siblings, 0 replies; only message in thread
From: adr @ 2021-06-03  1:59 UTC (permalink / raw)
  To: 9front

I found this by accident.

diff -r cc48d5f4eaa7 rc/bin/doctype
--- a/rc/bin/doctype	Mon May 31 19:30:07 2021 -0700
+++ b/rc/bin/doctype	Thu Jun 03 01:55:47 2021 +0000
@@ -13,7 +13,7 @@
 dev=''
 while(~ $1 -*){
 	switch($1){
-	case -n;
+	case -n
 		troff=nroff
 		eqn=neqn
 		prefer='prefer -n'
@@ -21,7 +21,7 @@
 		dev=-T$2
 		shift
 	case -*
-		opt=$opt' $1'
+		opt=$opt' '$1
 	}
 	shift
 }
-- 

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

only message in thread, other threads:[~2021-06-03  8:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03  1:59 [9front] /rc/bin/doctype typo adr

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).