summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-12 22:08:39 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-09 14:33:48 +0300
commit5bb5808c96417275b6f491197bf15ff5e308fc53 (patch)
tree374b852ee78f1cb68940e507d2b87a7a82f915e6
parent0d2c995d20edfee8afe8ad2027bc56e5c43fa89c (diff)
downloadhercules-5bb5808c96417275b6f491197bf15ff5e308fc53.tar.gz
hercules-5bb5808c96417275b6f491197bf15ff5e308fc53.tar.bz2
hercules-5bb5808c96417275b6f491197bf15ff5e308fc53.tar.xz
hercules-5bb5808c96417275b6f491197bf15ff5e308fc53.zip
In build script return build result to caller.
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 21e8540d2..9545caeeb 100755
--- a/build.sh
+++ b/build.sh
@@ -18,3 +18,4 @@ elif [[ "${CMD}" == "static64" ]]; then
./configure --enable-static --disable-lto --enable-packetver=20150000 --enable-debug=gdb
make -j3
fi
+exit $?