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