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

2024-07-09 Thread Denys Vlasenko
Opps, missed this. Applied, thank you. On Wed, Apr 25, 2018 at 12:36 PM Ron Yorston wrote: > > 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 >

[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