aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-parsing/starquoted2.right
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-20 12:05:14 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-20 12:05:14 +0000
commita8b6dff97f353c41e208e7e567f100a6c7af4605 (patch)
tree6a6722ac176e2f04261bf29202e87767c3d9349e /shell/hush_test/hush-parsing/starquoted2.right
parent5368ad53e91ee056316389b5006b7eb0df2f2d11 (diff)
downloadbusybox-a8b6dff97f353c41e208e7e567f100a6c7af4605.tar.gz
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
Diffstat (limited to 'shell/hush_test/hush-parsing/starquoted2.right')
-rw-r--r--shell/hush_test/hush-parsing/starquoted2.right1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush_test/hush-parsing/starquoted2.right b/shell/hush_test/hush-parsing/starquoted2.right
index 46f24369e..f4624dad5 100644
--- a/shell/hush_test/hush-parsing/starquoted2.right
+++ b/shell/hush_test/hush-parsing/starquoted2.right
@@ -1,2 +1,3 @@
Should be printed
Should be printed
+Empty: