From e12df1892d3b0ec82f95d24a6f1125f07e975246 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Thu, 12 Nov 2015 19:13:06 +0300 Subject: [PATCH] [build] Exit with 0 code when build is successful --- tools/unix/build_omim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/unix/build_omim.sh b/tools/unix/build_omim.sh index 4320128b27..e8b048395b 100755 --- a/tools/unix/build_omim.sh +++ b/tools/unix/build_omim.sh @@ -155,3 +155,4 @@ build() [ -n "$OPT_DEBUG" ] && build debug [ -n "$OPT_RELEASE" ] && build release [ -n "$OPT_OSRM" -a -z "$OPT_DEBUG$OPT_RELEASE" ] && build_osrm release +exit 0