[Swift-commit] r3677 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Oct 10 17:11:16 CDT 2010


Author: hategan
Date: 2010-10-10 17:11:16 -0500 (Sun, 10 Oct 2010)
New Revision: 3677

Modified:
   trunk/libexec/vdl-int.k
Log:
grr: needs a space after the name since _swiftwrap greps for "^-scratch "

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2010-10-09 20:00:42 UTC (rev 3676)
+++ trunk/libexec/vdl-int.k	2010-10-10 22:11:16 UTC (rev 3677)
@@ -430,7 +430,7 @@
 				if(wrapperMode == "files"
 					sequential(
 						sys:file:write(wrapfile,
-							"-scratch", try(vdl:siteprofile(rhost, "scratch"), ""), nl(),
+							"-scratch ", try(vdl:siteprofile(rhost, "scratch"), ""), nl(),
 							"-e ",vdl:executable(tr, rhost), nl(),
 							"-out ",stdout,nl(),
 							"-err ",stderr,nl(),




More information about the Swift-commit mailing list