[Swift-commit] r3223 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Feb 3 16:23:42 CST 2010


Author: wozniak
Date: 2010-02-03 16:23:42 -0600 (Wed, 03 Feb 2010)
New Revision: 3223

Modified:
   trunk/libexec/_swiftwrap
Log:
Fix to handle multiple input files. 


Modified: trunk/libexec/_swiftwrap
===================================================================
--- trunk/libexec/_swiftwrap	2010-02-03 22:23:18 UTC (rev 3222)
+++ trunk/libexec/_swiftwrap	2010-02-03 22:23:42 UTC (rev 3223)
@@ -316,11 +316,12 @@
 
 logstate "LINK_INPUTS"
 for L in $INF ; do
+        log "L: $L" 
         CDM_POLICY=$( perl shared/cdm.pl $L < shared/$CDM_FILE )
 	log "CDM_POLICY: $CDM_POLICY" 
 	if [ $CDM_POLICY != "DEFAULT" ]; then
     	        eval cdm $DIR "INPUT" $L $CDM_POLICY 
-		break
+		continue
 	fi
 	if [ $COPYNOTLINK = 1 ]; then
 		cp "$WFDIR/shared/$L" "$DIR/$L" 2>&1 >& $INFO




More information about the Swift-commit mailing list