From 7924e8200065f635c93499cefb992ca356466f19 Mon Sep 17 00:00:00 2001 From: mei mei Date: Wed, 17 Oct 2018 01:44:49 +0000 Subject: Update git submodules * Update docs/submodules/releng from branch 'master' - Merge "[dovetail] Bugfix: incorrectly exit when file doesn't exist" - [dovetail] Bugfix: incorrectly exit when file doesn't exist When checking files, it shouldn't exit when getting an non-zero results. However, the scripts set -e at the begining. In order to continue the following steps when the file doesn't exists, replace all "return 0" or "return 1" to be "echo 0/1". Change-Id: I28ea81d52182d4dc5db56d47abbfbc1761f17d81 Signed-off-by: xudan --- docs/submodules/releng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/releng b/docs/submodules/releng index bede394da..3f9fb3f3a 160000 --- a/docs/submodules/releng +++ b/docs/submodules/releng @@ -1 +1 @@ -Subproject commit bede394dae3cc0f577a35a10880ea1f9fceeebbc +Subproject commit 3f9fb3f3ad1bb8b56eaec535f11a523d3bfac4a2 -- cgit 1.2.3-korg