Updated git submodules
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 9 May 2017 11:49:44 +0000 (21:49 +1000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 9 May 2017 11:57:26 +0000 (11:57 +0000)
Project: releng/builder master f1ca9d0ff0e189bc0c98831417e5b371ec033e16

Fix issue caused by process substitution on sh

The change fixes the issue 'syntax error near unexpected token `<''
which is caused because the while loop and find uses process
substitution feature which is not standard on all shells. The
default shell used to run a builder is 'sh'. To fix the issue
invoke the code from a script using bash.

Change-Id: Icac081a6ca1aa19cdcef8202cd943348e6dbc513
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
docs/submodules/releng/builder

index 54985f2ecd67b9c8a57802d708f67067cfe3a8bb..f1ca9d0ff0e189bc0c98831417e5b371ec033e16 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 54985f2ecd67b9c8a57802d708f67067cfe3a8bb
+Subproject commit f1ca9d0ff0e189bc0c98831417e5b371ec033e16