From 9c1140b9206ab052ed3654ccf5d61c9d04ec4d31 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Tue, 23 Aug 2022 10:05:18 +0900 Subject: [PATCH] Fix build_vendor script bug Test: manual Change-Id: I345151ed956a94f681388ab167c912304618130a --- multitree/build_vendor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multitree/build_vendor.sh b/multitree/build_vendor.sh index c6730edc1..790d31044 100755 --- a/multitree/build_vendor.sh +++ b/multitree/build_vendor.sh @@ -27,10 +27,10 @@ Builds a vendor image for given product and analyze ninja inputs. -h display this help and exit EOF - exit + exit 1 } -while getopts d:p:r:h flag +while getopts d:p:r:i:h flag do case "${flag}" in d) device=${OPTARG};;