9a95df9046
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>
2 lines
51 B
Plaintext
Executable File
2 lines
51 B
Plaintext
Executable File
set -- a ""; space=" "; printf "<%s>\n" "$@"$space
|