hush: shrink $RANDOM support
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 11 Oct 2009 00:15:49 +0000 (02:15 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 11 Oct 2009 00:15:49 +0000 (02:15 +0200)
commit8c66a9d07a771424e79a56698cdad7f4e4de89ac
tree17dcaf6c118495bc8be1ce3f6a8d6d10e86dbc39
parente7670ff81d01d06f8f27ffb3b6e6d5e6f92c8f74
hush: shrink $RANDOM support

function                                             old     new   delta
get_local_var_value                                  104     125     +21
hush_main                                           1024     983     -41

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