hush: add support for $RANDOM. If on:
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 9 Oct 2009 18:59:39 +0000 (20:59 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 9 Oct 2009 18:59:39 +0000 (20:59 +0200)
commit20b3d144e9449c2fa3858e8a4edd4397932dff97
tree46982b0c2251c38438eba443b78679110c8192d2
parent3ea2e82dc7b32703f5043c3b30b049905a0d07aa
hush: add support for $RANDOM. If on:

function                                             old     new   delta
hush_main                                            983    1024     +41
get_local_var_value                                   72     104     +32
block_signals                                        155     161      +6
reset_traps_to_defaults                              211     214      +3
builtin_wait                                         268     271      +3
pseudo_exec_argv                                     198     200      +2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 6/0 up/down: 87/0)               Total: 87 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c