Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
941e7a491971574e5d06227f8dc63806335b8745
/
.
/
shell
/
ash_test
/
ash-arith
/
arith-bash1.tests
blob: b37b7302d32a72a35c01626f5a4290f9663b13d7 [
file
] [
log
] [
blame
]
# checks for [[ ]]
# && and ||
[[
a
&&
""
]];
echo $
?
[[
a
||
""
]];
echo $
?