[build] Exit with 0 code when build is successful

This commit is contained in:
Ilya Zverev 2015-11-12 19:13:06 +03:00
parent 2f2ffe130a
commit e12df1892d

View file

@ -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