Skip to content
Snippets Groups Projects
Commit b626eb85 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixes indentation.

parent bd2b86d9
No related branches found
No related tags found
No related merge requests found
......@@ -189,13 +189,12 @@ load_opts() {
echo "----- using default flags \$${COMMAND}_FLAGS from environment -----"
fi
if test "x$USE_CMAKE" = "xyes"; then
if test -z "$BUILDDIR"; then
echo "No build directory provided. Defaulting to the sub directory build-cmake"
export BUILDDIR=build-cmake
if test "x$USE_CMAKE" = "xyes"; then
if test -z "$BUILDDIR"; then
echo "No build directory provided. Defaulting to the sub directory build-cmake"
export BUILDDIR=build-cmake
fi
fi
fi
}
###############################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment