exit1.0   [plain text]


# $FreeBSD$

# exit with an argument should overwrite the exit status in an EXIT trap.

trap 'true; exit $?' 0
false