From 448d59d1f17b1451558e26de28883c8167ad0f34 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Sat, 1 Feb 2020 23:00:24 +0800 Subject: [PATCH] Update cros.sh --- cros.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cros.sh b/cros.sh index 2350e3a..5a55a9a 100755 --- a/cros.sh +++ b/cros.sh @@ -68,6 +68,8 @@ for repo in $($MANIFEST_XML_REPOLIST $MANIFEST_DIR/default.xml cros chromium); d fi done +wait # wait for all background jobs + if [[ -z ${DRY_RUN:-} && "$USE_BITMAP_INDEX" == "1" ]]; then git_repack fi