]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - tools/regression/bin/sh/builtins/return1.0
Fix a race condition exists in the OpenSSL TLS server extension code and
[FreeBSD/releng/8.0.git] / tools / regression / bin / sh / builtins / return1.0
1 # $FreeBSD$
2 f() {
3         return 0
4         exit 1
5 }
6
7 f