Index | Thread | Search

From:
"Theo de Raadt" <deraadt@openbsd.org>
Subject:
Re: install.sub: fix/save spaces
To:
Jan Klemkow <jan@openbsd.org>
Cc:
tech@openbsd.org
Date:
Mon, 31 Aug 2026 14:42:20 -0600

Download raw body.

Thread
> This saves 98 bytes plain and 15 bytes after gzip.

Actually it might save a bit less because the file is installed onto
the media with the SCRIPT directive in miniroot/list2sh.awk, which
already does some whitespace cleanup.  I'm not a fan of what SCRIPT
does, because one day it is going to make a conversion mistake.