[Swift-commit] r3247 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Feb 22 13:37:24 CST 2010


Author: wozniak
Date: 2010-02-22 13:37:24 -0600 (Mon, 22 Feb 2010)
New Revision: 3247

Modified:
   trunk/libexec/_swiftwrap
Log:
Bug fix: support CDM jobs w/o CDM_GATHER. 


Modified: trunk/libexec/_swiftwrap
===================================================================
--- trunk/libexec/_swiftwrap	2010-02-17 22:03:52 UTC (rev 3246)
+++ trunk/libexec/_swiftwrap	2010-02-22 19:37:24 UTC (rev 3247)
@@ -191,6 +191,9 @@
 	if [[ $CDM_FILE == "" ]]; then 
 		return
 	fi
+	if [[ $GATHER_OUTPUT == "" ]]; then 
+		return
+	fi
 	
 	cdm_gather_action $GATHER_MAX $GATHER_OUTPUT
 }




More information about the Swift-commit mailing list