summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-12 22:08:39 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-05 02:02:38 +0300
commitf99475750d3844d8b04f88843765b49fbcc3ce9e (patch)
tree2cd7ce64b55d39ef57dfb4c9b89dcdfa269fffab /build.sh
parent037c0a8882aa500ad43aafe7256abb0ab138ca87 (diff)
downloadhercules-f99475750d3844d8b04f88843765b49fbcc3ce9e.tar.gz
hercules-f99475750d3844d8b04f88843765b49fbcc3ce9e.tar.bz2
hercules-f99475750d3844d8b04f88843765b49fbcc3ce9e.tar.xz
hercules-f99475750d3844d8b04f88843765b49fbcc3ce9e.zip
In build script return build result to caller.
Diffstat (limited to 'build.sh')
-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 $?