[Swift-commit] r7983 - trunk/libexec

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Thu Jul 10 19:45:48 CDT 2014


Author: hategan
Date: 2014-07-10 19:45:48 -0500 (Thu, 10 Jul 2014)
New Revision: 7983

Modified:
   trunk/libexec/swift-int-wrapper-staging.k
Log:
fixed call to initSharedDir in wrapper staging file

Modified: trunk/libexec/swift-int-wrapper-staging.k
===================================================================
--- trunk/libexec/swift-int-wrapper-staging.k	2014-07-11 00:45:00 UTC (rev 7982)
+++ trunk/libexec/swift-int-wrapper-staging.k	2014-07-11 00:45:48 UTC (rev 7983)
@@ -100,7 +100,7 @@
 
 			ddir := initDDir()
 			wfdir := try {
-				initSharedDir(rhost)
+				initSharedDir(progress, rhost)
 			}
 			else catch(exception) {
 				throw(exception("Could not initialize shared directory on {rhost}", exception))




More information about the Swift-commit mailing list