[Swift-commit] r4667 - trunk/libexec
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Thu Jun 23 13:29:16 CDT 2011
Author: hategan
Date: 2011-06-23 13:29:16 -0500 (Thu, 23 Jun 2011)
New Revision: 4667
Modified:
trunk/libexec/vdl-int-staging.k
Log:
fixed broken arguments when using provider staging
Modified: trunk/libexec/vdl-int-staging.k
===================================================================
--- trunk/libexec/vdl-int-staging.k 2011-06-23 18:27:59 UTC (rev 4666)
+++ trunk/libexec/vdl-int-staging.k 2011-06-23 18:29:16 UTC (rev 4667)
@@ -117,7 +117,7 @@
"-k",
"-cdmfile", cdmfile,
"-status", "provider"
- "-a", maybe(unwrapClosedList(arguments))
+ "-a", maybe(each(unwrapClosedList(arguments)))
)
directory = "{wfdir}-{jobdir}-{jobid}"
redirect = false
More information about the Swift-commit
mailing list