]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/regression/bin/sh/set-e/subshell2.1
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / tools / regression / bin / sh / set-e / subshell2.1
1 # $FreeBSD$
2 set -e
3 (false)
4 exit 0