mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 15:05:17 -04:00
5 lines
137 B
Text
5 lines
137 B
Text
# $FreeBSD$
|
|
|
|
# eval should preserve $? from command substitutions when starting
|
|
# the parsed command.
|
|
[ $(eval 'echo $?' $(false)) = 1 ]
|