This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
99e30be38b
busybox
/
shell
/
hush_test
/
hush-parsing
/
starquoted2.right
9 lines
144 B
Plaintext
Raw
Normal View
History
Unescape
Escape
hush: fix a case where "$@" must expand to no word at all
2008-07-05 23:10:04 +05:30
Should be printed
hush: fix remaining known two bugs with IFS expansion. Closes 4027. function old new delta expand_vars_to_list 1054 1140 +86 parse_stream 2425 2479 +54 expand_on_ifs 258 310 +52 builtin_umask 133 132 -1 done_word 820 779 -41 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/2 up/down: 192/-42) Total: 150 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-08-01 21:46:43 +05:30
Would not be printed by bash
Would not be printed by bash
Would not be printed by bash
hush: fix a case where "$@" must expand to no word at all
2008-07-05 23:10:04 +05:30
Should be printed
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 17:35:14 +05:30
Empty:
hush: tweak testsuite
2009-03-20 17:42:33 +05:30
Empty:
Empty:
Reference in New Issue
Copy Permalink