diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-12 22:08:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-05 02:02:38 +0300 |
commit | f99475750d3844d8b04f88843765b49fbcc3ce9e (patch) | |
tree | 2cd7ce64b55d39ef57dfb4c9b89dcdfa269fffab /build.sh | |
parent | 037c0a8882aa500ad43aafe7256abb0ab138ca87 (diff) | |
download | hercules-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-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ elif [[ "${CMD}" == "static64" ]]; then ./configure --enable-static --disable-lto --enable-packetver=20150000 --enable-debug=gdb make -j3 fi +exit $? |