From 228d331c1f9a411821bd1a9f5dd3272663e142b7 Mon Sep 17 00:00:00 2001 From: Maxim Polyakov Date: Tue, 5 Oct 2021 12:55:39 +0300 Subject: [PATCH] Add a missing break for the rebuild option Signed-off-by: Maxim Polyakov --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 536ecf2..669fc6f 100755 --- a/build.sh +++ b/build.sh @@ -113,6 +113,7 @@ while [ "${1:-}" != "" ]; do "-r" | "rebuild") FLAG_REBUILD_APP=1 shift + break ;; "-h" | "help") print_help