diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-12 22:08:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-09 14:33:48 +0300 |
commit | 5bb5808c96417275b6f491197bf15ff5e308fc53 (patch) | |
tree | 374b852ee78f1cb68940e507d2b87a7a82f915e6 | |
parent | 0d2c995d20edfee8afe8ad2027bc56e5c43fa89c (diff) | |
download | hercules-5bb5808c96417275b6f491197bf15ff5e308fc53.tar.gz hercules-5bb5808c96417275b6f491197bf15ff5e308fc53.tar.bz2 hercules-5bb5808c96417275b6f491197bf15ff5e308fc53.tar.xz hercules-5bb5808c96417275b6f491197bf15ff5e308fc53.zip |
In build script return build result to caller.
-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 $? |