From: Loïc Collignon Date: Fri, 10 Mar 2017 09:16:05 +0000 (+0100) Subject: fixed the build script when rebuild action is triggered. X-Git-Tag: 5.0.2~485 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c67a16cdc749b79dab650b99cc2990448e9a7ac6;p=apps%2Fagl-service-can-low-level.git fixed the build script when rebuild action is triggered. Signed-off-by: Loïc Collignon --- diff --git a/build.sh b/build.sh index a51da1b8..9496f009 100755 --- a/build.sh +++ b/build.sh @@ -22,8 +22,8 @@ function clean { } function rebuild { - build $1 $2 $3 clean $1 $2 + build $1 $2 $3 } function printhelp {