opnsense-src/tools/regression/bin/sh/builtins/exit2.8
2011-01-08 23:00:38 +00:00

7 lines
112 B
Groff

# $FreeBSD$
# exit without arguments is the same as exit $? outside a trap.
trap 'true; true' 0
(exit 8)
exit