Skip to content

Commit

Permalink
maybe fix parens
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Sep 20, 2023
1 parent cb94c99 commit 79a99cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions configure
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@

# https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Using-cmake

OPENSSL_ROOT_DIR=



: ${R_HOME=`R RHOME`}
if test -z "${R_HOME}"; then
echo "could not determine R_HOME"
Expand All @@ -27,7 +23,7 @@ fi
echo "Using CMAKE=$CMAKE"
echo "Using MAKE=$MAKE $MAKEVARS"

function build_cmake() {
function build_cmake () {
if [ ! -d "tools/build/$1" ]; then
mkdir -p "tools/build/$1"
fi
Expand Down

0 comments on commit 79a99cb

Please sign in to comment.