Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
294d0c85adcbcf48da1fc0f48dae3aed59c07436
/
.
/
shell
/
hush_test
/
hush-quoting
/
dollar_altvalue1.right
blob: 5cd495d3bfab78dd24e6579c294a13975c4c273a [
file
] [
log
] [
blame
]
Unquoted
b c d
|
b
|
|
c
|
|
d
|
Unquoted
'b c'
d
|
b c
|
|
d
|
Unquoted
"b c"
d
|
b c
|
|
d
|
Quoted
b c d
|
b c d
|
Quoted
'b c'
d
|
'b c'
d
|
Quoted
"b c"
d
|
b c d
|