Skip to content

Commit cf5cb1e

Browse files
committed
update configure scripts (fix compiler detection)
1 parent efc284f commit cf5cb1e

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)