hush/shell/hush_test/hush-parsing/starquoted2.right
Denis Vlasenko a8b6dff97f 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
2009-03-20 12:05:14 +00:00

4 lines
43 B
Plaintext

Should be printed
Should be printed
Empty: