mirror of
https://git.busybox.net/busybox
synced 2025-07-15 03:19:54 +02:00
5 lines
65 B
Text
Executable file
5 lines
65 B
Text
Executable file
if false; then
|
|
echo "FOO"
|
|
tmp=`echo BAR >&2`
|
|
fi
|
|
echo BAZ
|