4a1d8f6d6e
ash passes these. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
65 B
Plaintext
Executable File
6 lines
65 B
Plaintext
Executable File
if false; then
|
|
echo "FOO"
|
|
tmp=`echo BAR >&2`
|
|
fi
|
|
echo BAZ
|