mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
7 lines
222 B
Text
7 lines
222 B
Text
# $FreeBSD$
|
|
|
|
# I am not sure if POSIX requires the shell to continue processing
|
|
# further trap names in the same trap command after an invalid one.
|
|
|
|
test -n "$(trap true garbage TERM 2>/dev/null || trap)" || exit 3
|
|
exit 0
|