Fixed shell build script to exit upon error

This commit is contained in:
Mathieu Champlon 2018-03-25 20:25:08 +02:00 committed by Mathieu Champlon
parent a178fc442a
commit 71a7f6d9c4

View file

@ -12,7 +12,7 @@ copy()
cp $@ cp $@
} }
set -x set -ex
export BOOST=$BOOST_ROOT export BOOST=$BOOST_ROOT