44257ad5d0
$ echo "X:Y:" | (IFS=": " read x y; echo "|$x|$y|") |X|Y| $ echo "X:Y : " | (IFS=": " read x y; echo "|$x|$y|") |X|Y| function old new delta shell_builtin_read 1320 1426 +106 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
---|---|---|
.. | ||
hush-arith | ||
hush-bugs | ||
hush-getopts | ||
hush-glob | ||
hush-heredoc | ||
hush-invert | ||
hush-leak | ||
hush-misc | ||
hush-parsing | ||
hush-psubst | ||
hush-quoting | ||
hush-read | ||
hush-redir | ||
hush-signals | ||
hush-standalone | ||
hush-vars | ||
hush-z_slow | ||
.gitignore | ||
run-all |