[Swift-commit] r5714 - trunk/libexec

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Wed Mar 14 11:49:49 CDT 2012


Author: jonmon
Date: 2012-03-14 11:49:49 -0500 (Wed, 14 Mar 2012)
New Revision: 5714

Modified:
   trunk/libexec/vdl-int.k
Log:
fixed an error in vdl-int.k where there were too many aruments being passed to checkErrorFile



Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2012-03-13 12:53:17 UTC (rev 5713)
+++ trunk/libexec/vdl-int.k	2012-03-14 16:49:49 UTC (rev 5714)
@@ -54,7 +54,7 @@
 						)
 					)
 				)
-				throw(checkErrorFile(rhost, wfdir, jobid, tr, jobdir))
+				throw(checkErrorFile(rhost, wfdir, jobid, jobdir))
 			)
 		)
 		




More information about the Swift-commit mailing list