Skip to content

Commit 6af32e8

Browse files
authored
Merge pull request #79 from RcppCore/bugfix/compiler-detection
update configure scripts (fix compiler detection)
2 parents efc284f + cf5cb1e commit 6af32e8

File tree

5 files changed

+329
-45
lines changed

5 files changed

+329
-45
lines changed

cleanup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env sh
2-
: ${R_HOME=`R RHOME`}
2+
: "${R_HOME=`R RHOME`}"
33
"${R_HOME}/bin/Rscript" tools/config.R cleanup

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env sh
2-
: ${R_HOME=`R RHOME`}
2+
: "${R_HOME=`R RHOME`}"
33
"${R_HOME}/bin/Rscript" tools/config.R configure

0 commit comments

Comments
 (0)