]> git.donarmstrong.com Git - cran2deb.git/commitdiff
missing parentheses
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 15:59:16 +0000 (15:59 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 15:59:16 +0000 (15:59 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@153 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

branch/multisys/R/zzz.R

index ffb09addb18e28d04db093454a6f9417909600fa..44d70c8191ec98c158cda6fcfe5fa6d6fc5c3e07 100644 (file)
@@ -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$')