mirror of
https://github.com/sheumann/hush.git
synced 2025-01-10 16:29:44 +00:00
3beab83e4f
function old new delta run_list 959 941 -18 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
7 lines
81 B
Plaintext
Executable File
7 lines
81 B
Plaintext
Executable File
false
|
|
while false && echo Not reached; do
|
|
echo BUG
|
|
break
|
|
done
|
|
echo Ok:$?
|