aboutsummaryrefslogtreecommitdiff
path: root/tools/infercnv-ngchmr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/infercnv-ngchmr.patch')
-rw-r--r--tools/infercnv-ngchmr.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/infercnv-ngchmr.patch b/tools/infercnv-ngchmr.patch
new file mode 100644
index 0000000..454cf5d
--- /dev/null
+++ b/tools/infercnv-ngchmr.patch
@@ -0,0 +1,13 @@
+diff --git a/inst/base.config/conf.d/01-server-protocol-scl.R b/inst/base.config/conf.d/01-server-protocol-scl.R
+index 1ae302a..6156fa3 100644
+--- a/inst/base.config/conf.d/01-server-protocol-scl.R
++++ b/inst/base.config/conf.d/01-server-protocol-scl.R
+@@ -3,7 +3,7 @@
+ (function() {
+
+ if (Sys.info()[['sysname']] != "Windows") {
+- thisHost <- c("localhost", system("/bin/hostname -f", intern=TRUE));
++ thisHost <- c("localhost", system("hostname -f", intern=TRUE));
+ } else {
+ thisHost <- c("localhost", paste(Sys.getenv('COMPUTERNAME'),Sys.getenv('USERDNSDOMAIN'),sep='.'));
+ }