From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 4F27C2989D for ; Tue, 1 Oct 2024 18:47:32 +0200 (CEST) Received: from sirjofri.de ([5.45.105.127]) by 9front; Tue Oct 1 12:46:17 -0400 2024 Received: from dummy.faircode.eu ([31.16.254.19]) by sirjofri.de; Tue Oct 1 18:46:09 +0200 2024 Date: Tue, 1 Oct 2024 18:46:03 +0200 (GMT+02:00) From: sirjofri To: 9front@9front.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Correlation-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: generic overflow-preventing scripting property interface Subject: [9front] Fix doctype custom options Reply-To: 9front@9front.org Precedence: bulk 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