Skip to content

Commit

Permalink
Update configure
Browse files Browse the repository at this point in the history
  • Loading branch information
msupernaw committed Oct 12, 2023
1 parent 91b83d6 commit d9fb80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ which cmake

RBIN=$(which R)

RHOME=$(${RBIN} --slave -e 'cat(R.home())')
RUSER=$(${RBIN} --slave --no-save -e 'cat(Sys.getenv("R_LIBS_USER"))')
RHOME=$(${RBIN} "--slave" "-e" 'cat(R.home())')
RUSER=$(${RBIN} "--slave" "--no-save" "-e" 'cat(Sys.getenv("R_LIBS_USER"))')

echo ${RHOME}
echo ${RUSER}
Expand Down

0 comments on commit d9fb80b

Please sign in to comment.