]> git.donarmstrong.com Git - cran2deb.git/commitdiff
double-comma typo
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 31 Jul 2010 23:14:18 +0000 (23:14 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 31 Jul 2010 23:14:18 +0000 (23:14 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@321 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

branch/split_build/R/db.R

index a906b0425f7047498d72aa58b20cfcf85a6d6035..c8c30f34fdd99fa7c6e2e6601d2b943cc5c127a0 100644 (file)
@@ -171,7 +171,7 @@ db_get_depends <- function(depend_alias,build=F) {
     results <- dbGetQuery(con,paste(
                     'SELECT DISTINCT debian_pkg FROM debian_dependency WHERE'
                     ,db_quote(tolower(depend_alias)),'= alias'
-                    ,'AND',as.integer(build),'= build',
+                    ,'AND',as.integer(build),'= build'
                     ,'AND',db_quote(which_system),'= system'))
     db_stop(con)
     return(results$debian_pkg)