mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
also fix a bug where after error prompt is not shown. function old new delta parse_stream 1612 1638 +26 parse_and_run_stream 361 375 +14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 40/0) Total: 40 bytes
5 lines
53 B
Text
Executable file
5 lines
53 B
Text
Executable file
false
|
|
:
|
|
echo $?
|
|
(while :; do exit; done)
|
|
echo OK: $?
|