Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5156b245536ce0f07165793f07c63fd9fa5dd3b7
/
.
/
shell
/
ash_test
/
ash-redir
/
redirA.tests
blob: 56833f9386a97305e8cdc1b078761277e8e19a5d [
file
] [
log
] [
blame
]
x
=
"tmp11:tmp22"
# Bug was incorrectly expanding variables in >redir
echo
"${x%:*}"
>
"${x%:*}"
echo tmp1
*
rm tmp1
*
# Also try unquoted
echo
"${x%:*}"
>
$
{
x
%:*}
echo tmp1
*
rm tmp1
*