[Swift-commit] r4128 - SwiftApps/SwiftR/Swift/exec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Feb 21 16:54:29 CST 2011


Author: tga
Date: 2011-02-21 16:54:29 -0600 (Mon, 21 Feb 2011)
New Revision: 4128

Modified:
   SwiftApps/SwiftR/Swift/exec/rserver.swift
Log:
Disabled .bashrc and .bash_profile processing for the frequently run
Eval...Persistent.sh script.  Currently correct PATH settings, etc 
are inherited from the context of worker.pl so it is redundant.

This might have to be reconsidered in presence of different execution mechanisms.



Modified: SwiftApps/SwiftR/Swift/exec/rserver.swift
===================================================================
--- SwiftApps/SwiftR/Swift/exec/rserver.swift	2011-02-21 22:15:00 UTC (rev 4127)
+++ SwiftApps/SwiftR/Swift/exec/rserver.swift	2011-02-21 22:54:29 UTC (rev 4128)
@@ -10,7 +10,7 @@
 
 app (external e, RData result, file stout, file sterr) runR (file shellscript, file RServerScript, RData rcall)
 {
-  bash @shellscript @RServerScript @rcall @result stdout=@stout stderr=@sterr;
+  bash "--noprofile" @shellscript @RServerScript @rcall @result stdout=@stout stderr=@sterr;
 }
 
 app ack (external e[])




More information about the Swift-commit mailing list