1 parent e1051b8 commit 16bb567Copy full SHA for 16bb567
1 file changed
src/install.libs.R
@@ -178,8 +178,9 @@ versionBundledTbbLibraries <- function(tbbDest) {
178
if (file.exists(versioned))
179
next
180
181
- writeLines(sprintf("** versioning tbb library '%s' -> '%s'",
182
- basename(lib), basename(versioned)))
+ fmt <- "** versioning tbb library '%s' -> '%s'"
+ msg <- sprintf(fmt, basename(lib), basename(versioned))
183
+ writeLines(msg)
184
185
# 'libtbb.so' -> 'libtbb.so.2', then re-create 'libtbb.so' as a
186
# relative symlink pointing back at the versioned library
0 commit comments