[Distr-commits] r1305 - pkg/utils

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Mar 2 16:25:54 CET 2019


Author: ruckdeschel
Date: 2019-03-02 16:25:54 +0100 (Sat, 02 Mar 2019)
New Revision: 1305

Modified:
   pkg/utils/finde.R
Log:
utils: minor change in finde.R

Modified: pkg/utils/finde.R
===================================================================
--- pkg/utils/finde.R	2019-03-01 18:43:17 UTC (rev 1304)
+++ pkg/utils/finde.R	2019-03-02 15:25:54 UTC (rev 1305)
@@ -12,7 +12,7 @@
    thisdir <- file.path(svncheckout,"branches", thisbranch)
    print(thisdir)
    ## or in trunk
-   if(trunk) thisdir <- ""
+   if(trunk) thisdir <- svncheckout #""
    print(file.path(thisdir,"pkg/utils/finde.R"))
    source(file.path(thisdir,"pkg/utils/finde.R"))
 }



More information about the Distr-commits mailing list