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-05 17:46:58 +0300
commit94cb36eb520defdc1be2abc3152c997389578272 (patch)
treedca7aaa47fc5e9a7da6ca20d3f712908f72744fe
parente82d5a37f74d4e71b99a38f4610ef0db5f3c119a (diff)
downloadhercules-94cb36eb520defdc1be2abc3152c997389578272.tar.gz
hercules-94cb36eb520defdc1be2abc3152c997389578272.tar.bz2
hercules-94cb36eb520defdc1be2abc3152c997389578272.tar.xz
hercules-94cb36eb520defdc1be2abc3152c997389578272.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 $?