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.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 7B25023CC3 for ; Sat, 5 Oct 2024 17:21:43 +0200 (CEST) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Sat Oct 5 11:20:54 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id 2f340f86 for <9front@9front.org>; Sat, 5 Oct 2024 08:20:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=191TgQarxwCA tkrtwhuph3zGy2g=; b=mkr/R824M4Esz8pwAWGkSu9EK8U6OmHXCqJ6QuUAFQvi NsJa3PQAV4P6K8J0q2ACTZV5IIv46HCzRowlako2IMiL8odo+f+1q+fO9cnVf0j0 ub2JBhYtj0/dUvCE3xmBv8ok4ODEQCgyahylBiwCAFYaZYWWoeO6vwm3Q+gNgUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=Ec7tgPGTpjh85/pDdZQ 7ZKYwZC00mRS8KGDU1q5x2X1h8YsHvj30JA79LWtv/i3K/qZX+EZd+vCUn6IoAl/ oNIS9S+YNv6YRKUUIMmcYoeODbJ1EvmF5jbLxVlN757ri2ngogiS7+5dza6x8GsX /i9e6o7hfFH5ciBIq94tuVa8= Received: from abbatoir (pool-108-6-24-2.nycmny.fios.verizon.net [108.6.24.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id f918769d (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sat, 5 Oct 2024 08:20:52 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Sat, 05 Oct 2024 11:20:51 -0400 From: ori@eigenstate.org In-Reply-To: <6f9f6441-9413-409b-96e5-4f73cc42a8b7@sirjofri.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: asynchronous non-blocking lifecycle browser WEB2.0 over ACPI injection singleton high-performance backend Subject: Re: [9front] Fix doctype custom options Reply-To: 9front@9front.org Precedence: bulk applied, thanks. Quoth sirjofri : > Ping > > 01.10.2024 18:47:27 sirjofri : > > 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 >