blob: cfd3449dcc186b681e8837aab9e7f64278f8f00e (
plain) (
blame)
1
2
3
4
5
6
7
|
# $FreeBSD: releng/12.0/bin/sh/tests/builtins/break4.4 251180 2013-05-31 14:45:25Z jilles $
# Although this is not specified by POSIX, some configure scripts (gawk 4.1.0)
# appear to depend on it.
break
exit 4
|