Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
137864f559e7eff1f929958d3999359c7070ed91
/
.
/
shell
/
ash_test
/
ash-quoting
/
mode_x.tests
blob: 16dae3f4b7d8968f84ae14a9684a3fa094e1b083 [
file
] [
log
] [
blame
]
set
-
x
var1
=
val
var2
=
'one two'
true
%
s\\n one
"two 'three"
four
# assignment:
this
=
command
# NOT assignment, +x code should show it quoted:
"this=command"
if
true
;
then
true
;
fi
# +x code should quote 'if' here:
"if"
true