]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/execution/bg4.0
Update our copy of the Linux dts files to be in sync with Linux 4.5-rc1. We
[FreeBSD/FreeBSD.git] / bin / sh / tests / execution / bg4.0
1 # $FreeBSD$
2
3 x=''
4 : ${x:=1} &
5 wait
6 exit ${x:-0}