[Swift-commit] cog r3674
swift at ci.uchicago.edu
swift at ci.uchicago.edu
Thu Jun 20 02:15:02 CDT 2013
------------------------------------------------------------------------
r3674 | hategan | 2013-06-20 02:11:48 -0500 (Thu, 20 Jun 2013) | 1 line
expose cwd as a global variable
------------------------------------------------------------------------
Index: modules/karajan/src/org/globus/cog/karajan/workflow/ExecutionContext.java
===================================================================
--- modules/karajan/src/org/globus/cog/karajan/workflow/ExecutionContext.java (revision 3673)
+++ modules/karajan/src/org/globus/cog/karajan/workflow/ExecutionContext.java (working copy)
@@ -147,6 +147,7 @@
stack.setVar("user.home", System.getProperty("user.home"));
stack.setVar("user.name", System.getProperty("user.name"));
stack.setVar(CMDLINE_ARGS, arguments);
+ stack.setVar("cwd", cwd);
setEnvironmentVariables(stack);
}
More information about the Swift-commit
mailing list