commit | a8b6dff97f353c41e208e7e567f100a6c7af4605 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Mar 20 12:05:14 2009 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Mar 20 12:05:14 2009 +0000 |
tree | 6a6722ac176e2f04261bf29202e87767c3d9349e | |
parent | 5368ad53e91ee056316389b5006b7eb0df2f2d11 [diff] |
hush: fix bug 207 and "hush -c" parameter passing. Now hush -c 'printf "%s\n" "$@"' (prints "\n") and hush -c 'printf "%s\n" "$@"' qwe asd (prints "asd\n") both work correctly