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