[Swift-commit] r4616 - trunk/libexec

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Tue Jun 14 20:00:38 CDT 2011


Author: hategan
Date: 2011-06-14 20:00:37 -0500 (Tue, 14 Jun 2011)
New Revision: 4616

Modified:
   trunk/libexec/vdl-int.k
Log:
fixed wrapper.parameter.mode=args

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2011-06-14 19:38:09 UTC (rev 4615)
+++ trunk/libexec/vdl-int.k	2011-06-15 01:00:37 UTC (rev 4616)
@@ -504,7 +504,7 @@
 								"-k", kickstart,
 								"-cdmfile", cdm:file(),
 								"-status", statusMode,
-								"-a", maybe(unwrapClosedList(arguments))
+								"-a", maybe(each(unwrapClosedList(arguments)))
 							)
 							directory=wfdir
 							redirect=false
@@ -586,7 +586,7 @@
 							exception(
 								concat(
 									"Exception in {tr}:", nl(),
-									maybe("Arguments: {arguments}", nl()),
+									maybe("Arguments: ", unwrapClosedList(arguments), nl()),
 									"Host: {rhost}", nl(),
 									"Directory: {tmpdir}",
 									"{outs}", nl(),




More information about the Swift-commit mailing list