From 93097ac4b7e4559d8a1e922625455b887ca15d65 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Fri, 9 Aug 2019 16:37:55 +0200 Subject: [PATCH] :pencil2: Remove ; at end of functions call Signed-off-by: mathieu.brunot --- manage.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manage.sh b/manage.sh index a0b38546f2..152f3e9be6 100755 --- a/manage.sh +++ b/manage.sh @@ -236,13 +236,13 @@ case $1 in build-images ;; build-frontend-dbg-image) - build-frontend-dbg-image; + build-frontend-dbg-image ;; build-frontend-image) - build-frontend-image; + build-frontend-image ;; build-backend-image) - build-backend-image; + build-backend-image ;; run)