summary refs log tree commit diff
path: root/bin/cash/tests/execution/bg4.0
blob: bf1b49bd671f669add890a2653c8221f7bbe7183 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.0/bin/sh/tests/execution/bg4.0 223283 2011-06-19 00:00:36Z jilles $

x=''
: ${x:=1} &
wait
exit ${x:-0}
'/libretls/commit/man/Makefile.am?h=3.2.0&id=3b4a10a68682f3b8590450c9be75a8ed4c7307c4&follow=1'>Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe