summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/execution/bg4.0
blob: 1220fd3f47b146a52ce27860b0044dcc24cd0d00 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/execution/bg4.0 223283 2011-06-19 00:00:36Z jilles $

x=''
: ${x:=1} &
wait
exit ${x:-0}