From c5bc2d80cc9d03def377f915e47ba5529ec7c7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Fri, 2 Sep 2016 17:34:27 +0200 Subject: [PATCH] Fix broken build.sh (missing "fi") --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 4388be9..8eb757d 100755 --- a/build.sh +++ b/build.sh @@ -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 .