autobuild: Avoid subshell for tail -f invocation
authorAndrew Bartlett <abartlet@samba.org>
Mon, 27 Aug 2018 09:13:29 +0000 (21:13 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Aug 2018 06:20:55 +0000 (08:20 +0200)
commit825d67fd35a809e779b916a82e63df8c8de01772
tree4a02844f19fb609b4e094a4a49e05233dfe40720
parent47c14ef64e0037ad3e5ac9d8ddf9801501dcdcab
autobuild: Avoid subshell for tail -f invocation

This should mean one less process in the process tree, and less places to hold
FDs open.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13591

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Aug 29 08:20:55 CEST 2018 on sn-devel-144
script/autobuild.py