From: blundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Date: Sat, 13 Sep 2008 15:59:16 +0000 (+0000)
Subject: missing parentheses
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3e9ce0713905cfdefb0fb7a1cf4c9b51418585a2;p=cran2deb.git

missing parentheses


git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@153 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
---

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$')