From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 23664 invoked from network); 12 Aug 2022 18:50:35 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 12 Aug 2022 18:50:35 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Fri Aug 12 14:48:55 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1660330076; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=aI15sDsZob9DFthow5VpR0CqHIT4AcDCdIl0VtQIWXE=; b=x4LphBK5x1rZ+bZd81DmgLLoeimCWwlD8DkTy8hNVGu0qC7n+0EJuVAV9DZQSSZ1U6ow+N Rfex2b6WXitk4ejj2j529/IhT6yKpsNUk7NT7e8g2JTEgG00/7URVyITyMRCgVduWdMSH0 DtkeL8TtywbO3JL5JN7eY+Loyh4VVoQ= Received: from localhost (wopr.sciops.net [local]) by wopr.sciops.net (OpenSMTPD) with ESMTPA id 9b517b59 for <9front@9front.org>; Fri, 12 Aug 2022 11:47:56 -0700 (PDT) Date: Fri, 12 Aug 2022 11:47:56 -0700 From: Kurt H Maier To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: compliant blockchain rails SSL markup self-signing configuration backend Subject: Re: [9front] Remove trailing whitespace from glenda's lib/profile Reply-To: 9front@9front.org Precedence: bulk On Fri, Aug 12, 2022 at 11:43:40AM -0400, Josiah Frentsos wrote: > diff a7081490dbeda19788e6374a080ee38606aa3cd3 uncommitted > --- a/sys/lib/dist/usr/glenda/lib/profile > +++ b/sys/lib/dist/usr/glenda/lib/profile > @@ -21,7 +21,7 @@ > cp /dev/sysname /mnt/term/dev/label > if(test -s /mnt/term/env/wsys) > wsys=/mnt/term^`{cat /mnt/term/env/wsys} > - } > + } > bind -a /mnt/term/dev /dev > prompt=('cpu% ' ' ') > fn cpu%{ $* } is this to silence rubocop warnings on your automated testing?