eval2.1   [plain text]


# $FreeBSD: head/bin/sh/tests/set-e/eval2.1 193178 2009-05-31 17:23:27Z stefanf $
set -e
eval false
exit 0