Skip to content

Commit c8ab684

Browse files
author
hornik
committed
Tweak for c87984.
git-svn-id: https://svn.r-project.org/R/trunk@87990 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 38b2a41 commit c8ab684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/tools/R/sotools.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ function(file = "symbols.rds")
10641064
## sub-directories" of WRE.
10651065
if(length(pkglibs)) {
10661066
files <- list.files("..", recursive = TRUE, pattern = "[.]a$",
1067-
full.names = TRUE)
1067+
all.files = TRUE, full.names = TRUE)
10681068
if(any(ind <- startsWith(files, "../src/")))
10691069
files[ind] <- substring(files[ind], 8L)
10701070
## Case A: local static libs given via their path.

0 commit comments

Comments
 (0)