commit | 6e42b89b8d136316e1b97b56cf885e8ef9d64caf | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Aug 01 18:16:43 2011 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Aug 01 18:16:43 2011 +0200 |
tree | b22a7d3e771d5262c39058764f13ac62c5cfe731 | |
parent | 4fb53fb08ce3da8eac13438ce613df20e523c75d [diff] |
hush: fix remaining known two bugs with IFS expansion. Closes 4027. function old new delta expand_vars_to_list 1054 1140 +86 parse_stream 2425 2479 +54 expand_on_ifs 258 310 +52 builtin_umask 133 132 -1 done_word 820 779 -41 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/2 up/down: 192/-42) Total: 150 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>