* [9front] Fix doctype custom options
@ 2024-10-01 16:46 sirjofri
2024-10-05 13:20 ` sirjofri
0 siblings, 1 reply; 3+ messages in thread
From: sirjofri @ 2024-10-01 16:46 UTC (permalink / raw)
To: 9front
Hi,
This fixes custom options fro doctype.
For example: doctype -mpictures myfile.ms
Without that fix, it will just output $1 instead of the custom option.
sirjofri
/rc/bin/doctype
- opt=$opt' $1'
+ opt=$opt' '$1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [9front] Fix doctype custom options
2024-10-01 16:46 [9front] Fix doctype custom options sirjofri
@ 2024-10-05 13:20 ` sirjofri
2024-10-05 15:20 ` ori
0 siblings, 1 reply; 3+ messages in thread
From: sirjofri @ 2024-10-05 13:20 UTC (permalink / raw)
To: 9front
Ping
01.10.2024 18:47:27 sirjofri <sirjofri+ml-9front@sirjofri.de>:
> This fixes custom options fro doctype.
>
> For example: doctype -mpictures myfile.ms
>
> Without that fix, it will just output $1 instead of the custom option.
>
> sirjofri
>
> /rc/bin/doctype
> - opt=$opt' $1'
> + opt=$opt' '$1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [9front] Fix doctype custom options
2024-10-05 13:20 ` sirjofri
@ 2024-10-05 15:20 ` ori
0 siblings, 0 replies; 3+ messages in thread
From: ori @ 2024-10-05 15:20 UTC (permalink / raw)
To: 9front
applied, thanks.
Quoth sirjofri <sirjofri+ml-9front@sirjofri.de>:
> Ping
>
> 01.10.2024 18:47:27 sirjofri <sirjofri+ml-9front@sirjofri.de>:
> > This fixes custom options fro doctype.
> >
> > For example: doctype -mpictures myfile.ms
> >
> > Without that fix, it will just output $1 instead of the custom option.
> >
> > sirjofri
> >
> > /rc/bin/doctype
> > - opt=$opt' $1'
> > + opt=$opt' '$1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-05 15:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-01 16:46 [9front] Fix doctype custom options sirjofri
2024-10-05 13:20 ` sirjofri
2024-10-05 15:20 ` ori
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).