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