6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
# eval should preserve $? from command substitutions when starting
|
||
|
# the parsed command.
|
||
|
[ $(false; eval 'echo $?' $(:)) = 0 ]
|