mirror of https://github.com/mirror/busybox.git
hush: add yet another bug to testsuite :(
parent
048897c971
commit
b8c9354114
|
@ -0,0 +1 @@
|
|||
BAZ
|
|
@ -0,0 +1,6 @@
|
|||
# Bag: backticks are executed even inside not-taken if
|
||||
if false; then
|
||||
echo "FOO"
|
||||
tmp=`echo BAR >&2`
|
||||
fi
|
||||
echo BAZ
|
Loading…
Reference in New Issue