mirror of https://github.com/mirror/busybox.git
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
|
# empty eval nevertheless sets $? = 0
|
||
|
false
|
||
|
eval
|
||
|
echo Ok:$?
|