[Swift-commit] r3228 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Feb 4 17:47:12 CST 2010
Author: wozniak
Date: 2010-02-04 17:47:12 -0600 (Thu, 04 Feb 2010)
New Revision: 3228
Modified:
trunk/libexec/_swiftwrap
Log:
Bug fix to CDM call.
Modified: trunk/libexec/_swiftwrap
===================================================================
--- trunk/libexec/_swiftwrap 2010-02-04 23:34:56 UTC (rev 3227)
+++ trunk/libexec/_swiftwrap 2010-02-04 23:47:12 UTC (rev 3228)
@@ -365,9 +365,9 @@
SKIPPED_OUTPUT=()
for L in $OUTF ; do
CDM_POLICY=$( cdm_lookup $L shared/$CDM_FILE )
- log "CDM_POLICY: $CDM_POLICY"
+ log "CDM_POLICY: $L $CDM_POLICY"
if [ $CDM_POLICY != "DEFAULT" ]; then
- eval cdm $DIR "OUTPUT" $L $CDM_POLICY
+ eval cdm_action $DIR "OUTPUT" $L $CDM_POLICY
SKIPPED_OUTPUT=( $SKIPPED_OUTPUT $L )
fi
done
More information about the Swift-commit
mailing list