Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
2441060bebec2d65c9d106335223f37ec6e8ea5b
/
.
/
shell
/
ash_test
/
ash-arith
/
arith-bash1.tests
blob: b37b7302d32a72a35c01626f5a4290f9663b13d7 [
file
] [
log
] [
blame
]
Denis Vlasenko
80591b0
2008-03-25 07:49:43 +0000
[
diff
] [
blame
]
1
# checks for [[ ]]
2
3
# && and ||
4
[[
a
&&
""
]];
echo $
?
5
[[
a
||
""
]];
echo $
?