repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
busybox: update to 1.25.0
[tomato.git]
/
release
/
src
/
router
/
busybox
/
shell
/
ash_test
/
ash-redir
/
redirA.tests
blob
56833f9386a97305e8cdc1b078761277e8e19a5d
1
x="tmp11:tmp22"
2
3
# Bug was incorrectly expanding variables in >redir
4
echo "${x%:*}" >"${x%:*}"
5
echo tmp1*
6
rm tmp1*
7
8
# Also try unquoted
9
echo "${x%:*}" >${x%:*}
10
echo tmp1*
11
rm tmp1*