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