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