xref: /freebsd/bin/sh/tests/execution/bg4.0 (revision 950a6087ec18cd22464b3297573f54a6d9223c99)
1
2x=''
3: ${x:=1} &
4wait
5exit ${x:-0}
6