From e9c5f887abdbbb26d0f8dcf911332c497b754e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Holl=C3=B3s?= Date: Tue, 20 Nov 2018 02:02:06 +0100 Subject: [PATCH] typo --- RBBGCMuso/R/musoExamples.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RBBGCMuso/R/musoExamples.R b/RBBGCMuso/R/musoExamples.R index 606ad72..e16b722 100644 --- a/RBBGCMuso/R/musoExamples.R +++ b/RBBGCMuso/R/musoExamples.R @@ -51,7 +51,7 @@ copyMusoExamleTo <- function(example = NULL, destination = NULL){ file.copy("./bin/muso", destination) } else { file.copy("./bin/muso.exe", destination) - file.copy("./bin/cygwin.dll", destination) + file.copy("./bin/cygwin1.dll", destination) } file.copy(grep("bin", list.files(), value = TRUE, invert = TRUE),destination) setwd(currDir)