Skip to content

Commit

Permalink
Use backticks to make Solaris happy
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jun 1, 2020
1 parent 1be7b56 commit 94bb213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Running configure script"

# Find compiler
CC=$("${R_HOME}"/bin/R CMD config CC)
CC=`"${R_HOME}"/bin/R CMD config CC`

# Detect whether -latomic is needed during linking. This is needed on some
# platforms, notably ARM (Raspberry Pi).
Expand Down

0 comments on commit 94bb213

Please sign in to comment.