summaryrefslogtreecommitdiff
path: root/build-debug.sh
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:35 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:35 -0400
commitdf8f1d512c60a96f9041f9663b3fdc2db51cba33 (patch)
tree3d2bdbd4732d417aca73be022ae9044eac96b7d3 /build-debug.sh
parent4885bfcef4d89cf0cb391e00af617b9fd19c9cbb (diff)
Imported Upstream version 2.8.1
Diffstat (limited to 'build-debug.sh')
-rwxr-xr-xbuild-debug.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-debug.sh b/build-debug.sh
index c648610..c6c4067 100755
--- a/build-debug.sh
+++ b/build-debug.sh
@@ -5,7 +5,6 @@
# just from there: ./build/install/bin/bibletime. It will find all
# required files.
-
if [ ! -d build ]; then mkdir build; fi
cd build
cmake -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX="install/" .. || exit 1