diff options
author | Ron Yorston <rmy@pobox.com> | 2024-07-10 07:35:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2024-07-10 07:35:26 +0200 |
commit | 0af28b84e58307422f807ddbdafc67a68f71eb64 (patch) | |
tree | 0b747f13bd7022e10344a9bba26ec9a74fabf7ba /init | |
parent | 87c31609f40c98203bbc9c30117a15a9342b2d4c (diff) | |
download | busybox-w32-0af28b84e58307422f807ddbdafc67a68f71eb64.tar.gz busybox-w32-0af28b84e58307422f807ddbdafc67a68f71eb64.tar.bz2 busybox-w32-0af28b84e58307422f807ddbdafc67a68f71eb64.zip |
ash: remove defunct control character to save a few bytes
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 old new delta
.rodata 167346 167338 -8
cmdputs 399 388 -11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-19) Total: -19 bytes
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions