diff options
author | Ron Yorston <rmy@pobox.com> | 2024-04-06 09:50:42 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2024-07-14 01:12:54 +0200 |
commit | 371fe9f71d445d18be28c82a2a6d82115c8af19d (patch) | |
tree | 5e0d3048ee2a64ec6efd2b334d1c072fd2e357c0 /init | |
parent | e4b5ccd13bb59eaaec6aa7f22655cc469f8900a2 (diff) | |
download | busybox-w32-371fe9f71d445d18be28c82a2a6d82115c8af19d.tar.gz busybox-w32-371fe9f71d445d18be28c82a2a6d82115c8af19d.tar.bz2 busybox-w32-371fe9f71d445d18be28c82a2a6d82115c8af19d.zip |
ash: move hashvar() calls into findvar()
dash has accepted a patch to remove the first argument of findvar().
It's commit e85e972 (var: move hashvar() calls into findvar()).
Apply the same change to BusyBox ash.
function old new delta
findvar 35 40 +5
mklocal 268 261 -7
exportcmd 164 157 -7
setvareq 319 310 -9
lookupvar 150 141 -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/4 up/down: 5/-32) Total: -27 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