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
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
Should be printed
|
||||
Should be printed
|
||||
Empty:
|
||||
|
||||
Reference in New Issue
Block a user