]> git.donarmstrong.com Git - cran2deb.git/blobdiff - trunk/exec/update_cache
update_cache reverted to prior version (which calls get_base_pkgs)
[cran2deb.git] / trunk / exec / update_cache
index 689384670f01d01b9ce20ae4e1909bc1ca0194c2..e6741a940d8eb660450b0afe577d7e5b5d93f0f2 100755 (executable)
@@ -1,9 +1,10 @@
-#!/usr/bin/env Rscript
+#!/usr/bin/r -t
+# Note: everything in the case needs to be system-independent!
 library(cran2deb)
 library(ctv)
 
-argv <- commandArgs()
-argv <- argv[-(1:match("--args", argv))]
+#argv <- commandArgs()
+#argv <- argv[-(1:match("--args", argv))]
 
 #mirror <- 'http://cran.uk.r-project.org/'
 mirror <- 'http://cran.r-project.org/'