[Swift-commit] r6434 - branches/release-0.94/libexec

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Fri Apr 12 23:46:24 CDT 2013


Author: hategan
Date: 2013-04-12 23:46:24 -0500 (Fri, 12 Apr 2013)
New Revision: 6434

Modified:
   branches/release-0.94/libexec/_swiftwrap.vbs
Log:
Fixed windows wrapper (it wasn't aware of the cdmfile argument)

Modified: branches/release-0.94/libexec/_swiftwrap.vbs
===================================================================
--- branches/release-0.94/libexec/_swiftwrap.vbs	2013-04-13 04:08:56 UTC (rev 6433)
+++ branches/release-0.94/libexec/_swiftwrap.vbs	2013-04-13 04:46:24 UTC (rev 6434)
@@ -187,6 +187,10 @@
 expectArg("k")
 KICKSTART=getOptArg()
 
+expectArg("cdmfile")
+'ignored, but read if specified
+CDMFILE=getOptArg()
+
 expectArg("status")
 STATUSMODE=getArgVal(MandatoryArg, "status")
 




More information about the Swift-commit mailing list