From owner-freebsd-hackers Tue Jan 12 01:08:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20540 for freebsd-hackers-outgoing; Tue, 12 Jan 1999 01:08:55 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from korin.warman.org.pl (korin.nask.waw.pl [195.187.243.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20535 for ; Tue, 12 Jan 1999 01:08:53 -0800 (PST) (envelope-from abial@nask.pl) Received: from localhost (abial@localhost) by korin.warman.org.pl (8.9.1/8.8.5) with SMTP id KAA18368; Tue, 12 Jan 1999 10:13:55 +0100 (CET) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Tue, 12 Jan 1999 10:13:55 +0100 (CET) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: Joe Abley cc: Mike Smith , freebsd-hackers@FreeBSD.ORG Subject: Re: FICL and setting BTX variables In-Reply-To: <19990112155325.A32880@clear.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 12 Jan 1999, Joe Abley wrote: > # some general early substitutions > { > gsub("\t", " "); # replace each tab with 4 spaces Mhm.. I'm not sure. One of the goals here is also to make the resulting string as short as possible, because it directly influences the size of /boot/loader later. The string doesn't have to be nicely formatted, it just has to compile. So, I'd suggest gsub("\t"," "); Otherwise, I like it. Andrzej Bialecki -------------------- ++-------++ ------------------------------------- ||PicoBSD|| FreeBSD in your pocket? Go and see: Research & Academic |+-------+| "Small & Embedded FreeBSD" Network in Poland | |TT~~~| | http://www.freebsd.org/~picobsd/ -------------------- ~-+==---+-+ ------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message