diff --git a/build.sh b/build.sh
index 723de97bca2db0250162e7ab7ccec978356ae91d..87ea6ae8657ffddc2271a76082fd2c411b232391 100755
--- a/build.sh
+++ b/build.sh
@@ -20,8 +20,6 @@ case "${unameOut}" in
 esac
 echo "Host OS is ${machine}. Using $CMAKE"
 
-exit
-
 rm -rf build
 mkdir -p build
 pushd build