[Swift-commit] r3125 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sat Oct 10 20:30:18 CDT 2009
Author: hategan
Date: 2009-10-10 20:30:18 -0500 (Sat, 10 Oct 2009)
New Revision: 3125
Modified:
trunk/libexec/vdl.k
Log:
Replaced vds.home with swift.home
Modified: trunk/libexec/vdl.k
===================================================================
--- trunk/libexec/vdl.k 2009-10-09 20:23:16 UTC (rev 3124)
+++ trunk/libexec/vdl.k 2009-10-11 01:30:18 UTC (rev 3125)
@@ -14,8 +14,8 @@
import("java.k")
once("vdl.k-print-version"
- log("info",sys:file:read("{vds.home}/libexec/version.txt"))
- echo(sys:file:read("{vds.home}/libexec/version.txt"))
+ log("info",sys:file:read("{swift.home}/libexec/version.txt"))
+ echo(sys:file:read("{swift.home}/libexec/version.txt"))
log("info","RUNID id=tag:benc at ci.uchicago.edu,2007:swift:run:{VDL:RUNID}")
echo("RunID: {VDL:RUNID}")
More information about the Swift-commit
mailing list