[Swift-commit] r7267 - trunk/libexec

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Fri Nov 1 19:06:48 CDT 2013


Author: hategan
Date: 2013-11-01 19:06:48 -0500 (Fri, 01 Nov 2013)
New Revision: 7267

Modified:
   trunk/libexec/swift-int-staging.k
Log:
make d dir have a .d after it, no?

Modified: trunk/libexec/swift-int-staging.k
===================================================================
--- trunk/libexec/swift-int-staging.k	2013-11-01 22:13:05 UTC (rev 7266)
+++ trunk/libexec/swift-int-staging.k	2013-11-02 00:06:48 UTC (rev 7267)
@@ -22,7 +22,7 @@
 namespace(swift) {
 
 	initDDir := function() {
-		ddir := "{SWIFT:SCRIPT_NAME}-{SWIFT:RUN_ID}"
+		ddir := "{SWIFT:SCRIPT_NAME}-{SWIFT:RUN_ID}.d"
 		
 		once(ddir) {
 			if(!file:exists(ddir)) {




More information about the Swift-commit mailing list