Re: Switching Fedora machine away from systemd

2018-04-25 Thread Denys Vlasenko
On Fri, Apr 20, 2018 at 2:33 PM, Natanael Copa wrote: > On Thu, 19 Apr 2018 17:18:29 +0200 > Denys Vlasenko wrote: > >> After yet another incident of wandering among endless >> directories/"targets"/links trying to figure out how to stop >> the

[PATCH] ash: remove defunct control character to save a few bytes

2018-04-25 Thread Ron Yorston
Commit 549deab5a (ash: move parse-time quote flag detection to run-time) did away with the need to distinguish between backquotes inside and outside quotes. This left a gap among the control characters used in argument strings. Removing this gap saves a few bytes. function