mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
This is a backport of upstream commit: [EVAL] Make eval with empty arguments return 0 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
4 lines
60 B
Text
Executable file
4 lines
60 B
Text
Executable file
# empty eval nevertheless sets $? = 0
|
|
false
|
|
eval
|
|
echo Ok:$?
|