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
8767c12774
busybox
/
shell
/
ash_test
/
ash-parsing
/
starquoted3.tests
2 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ash: expand: Fix bugs with words connected to the right of $@ Upstream email: This is actually composed of two bugs. First of all our tracking of quotemark is wrong so anything after "$@" becomes quoted. Once we fix that then the problem is that the first space character after "$@" is not recognised as an IFS. This patch fixes both. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-04-02 17:57:50 +05:30
set -- a ""; space=" "; printf "<%s>\n" "$@"$space
Reference in New Issue
Copy Permalink