mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 15:05:17 -04:00
6 lines
117 B
Text
6 lines
117 B
Text
# $FreeBSD$
|
|
|
|
# exit with an argument should overwrite the exit status in an EXIT trap.
|
|
|
|
trap 'true; exit $?' 0
|
|
false
|