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