mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
function old new delta run_list 1012 1024 +12 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
96 B
Text
Executable file
6 lines
96 B
Text
Executable file
if false; then
|
|
:
|
|
elif echo 'ELIF1'; echo 'ELIF2'; then
|
|
echo "ELIF THEN"
|
|
fi
|
|
echo "Ok:$?"
|