busybox/shell/hush_test/hush-bugs/tick2.tests
2008-06-08 16:47:09 +00:00

7 lines
120 B
Plaintext
Executable File

# Bag: backticks are executed even inside not-taken if
if false; then
echo "FOO"
tmp=`echo BAR >&2`
fi
echo BAZ