Fix broken build.sh (missing "fi")

This commit is contained in:
Sébastien Rombauts 2016-09-02 17:34:27 +02:00
parent d04c8699d2
commit c5bc2d80cc

View File

@ -12,7 +12,6 @@ cd build
# Generate a Makefile for GCC (or Clang, depanding on CC/CXX envvar)
cmake -DCMAKE_BUILD_TYPE=Debug -DSQLITECPP_USE_GCOV=OFF -DSQLITECPP_BUILD_EXAMPLES=ON -DSQLITECPP_BUILD_TESTS=ON ..
if [ $? != 0 ] ; then exit
# Build (ie 'make')
cmake --build .