Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
99476502f926fb6e5d61126c3b672f3f6f357d5d
/
.
/
shell
/
hush_test
/
hush-psubst
/
falsetick3.tests
blob: cd185335ec535c79545f4a7c3d7e0f5cb2550fe9 [
file
] [
log
] [
blame
]
# assignment still happens despite redirect error
true
;
a
=
$
(
echo b
)
>
/does/
not
/
exist
;
echo $
?
echo
"Done: a=$a"