summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-12 22:09:13 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-12 22:09:13 +0300
commit0e184a35c76ac02d58467da556e665cd45083557 (patch)
treef1655709b03df36e7d46a3675a072c4369c3fe5b /build.sh
parent0b54822a82f01fe02bda4cb93c56013ab538c406 (diff)
downloadevol-hercules-0e184a35c76ac02d58467da556e665cd45083557.tar.gz
evol-hercules-0e184a35c76ac02d58467da556e665cd45083557.tar.bz2
evol-hercules-0e184a35c76ac02d58467da556e665cd45083557.tar.xz
evol-hercules-0e184a35c76ac02d58467da556e665cd45083557.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 4a5bc6e..e927c39 100755
--- a/build.sh
+++ b/build.sh
@@ -6,3 +6,4 @@ cd build
../configure
make -j3
cd -
+exit $?