From 3e9ce0713905cfdefb0fb7a1cf4c9b51418585a2 Mon Sep 17 00:00:00 2001 From: blundellc Date: Sat, 13 Sep 2008 15:59:16 +0000 Subject: [PATCH] missing parentheses git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@153 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- branch/multisys/R/zzz.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/multisys/R/zzz.R b/branch/multisys/R/zzz.R index ffb09ad..44d70c8 100644 --- a/branch/multisys/R/zzz.R +++ b/branch/multisys/R/zzz.R @@ -10,8 +10,8 @@ global("cache_root", '/var/cache/cran2deb') global("pbuilder_results", file.path('/var/cache/cran2deb/results',which_sys)) global("pbuilder_config", file.path('/etc/cran2deb/sys',which_sys,'pbuilderrc')) - global("dput_config", file.path('/etc/cran2deb/sys',which_sys,'dput.cf') - global("dinstall_config", file.path('/etc/cran2deb/sys',which_sys,'mini-dinstall.conf') + global("dput_config", file.path('/etc/cran2deb/sys',which_sys,'dput.cf')) + global("dinstall_config", file.path('/etc/cran2deb/sys',which_sys,'mini-dinstall.conf')) global("dinstall_archive", file.path('/etc/cran2deb/archive',which_sys)) global("r_depend_fields", c('Depends','Imports')) # Suggests, Enhances global("scm_revision", 'svn:$Id$') -- 2.39.2