Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-20 | hush: tweak testsuite | Denis Vlasenko | |
2009-03-20 | hush: fix bug 207 and "hush -c" parameter passing. | Denis Vlasenko | |
Now hush -c 'printf "%s\n" "$@"' (prints "\n") and hush -c 'printf "%s\n" "$@"' qwe asd (prints "asd\n") both work correctly | |||
2008-07-05 | hush: fix a case where "$@" must expand to no word at all | Denis Vlasenko | |