diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-12 22:08:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 19:15:08 +0300 |
commit | e569c698fff326ffa06ae9936b831edb0f56921f (patch) | |
tree | 5b3c6d59cc5241ace8605c38ddd5b13fe9f32710 | |
parent | 2078835df4a5fc8d6fea3751a0a53ec366417417 (diff) | |
download | hercules-e569c698fff326ffa06ae9936b831edb0f56921f.tar.gz hercules-e569c698fff326ffa06ae9936b831edb0f56921f.tar.bz2 hercules-e569c698fff326ffa06ae9936b831edb0f56921f.tar.xz hercules-e569c698fff326ffa06ae9936b831edb0f56921f.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 $? |